本文整理汇总了C#中com.GetNullableString方法的典型用法代码示例。如果您正苦于以下问题:C# com.GetNullableString方法的具体用法?C# com.GetNullableString怎么用?C# com.GetNullableString使用的例子?那么, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类com
的用法示例。
在下文中一共展示了com.GetNullableString方法的14个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__key_name = (_json.GetString("key_name"));
__user = (_json.GetString("user"));
__value = (_json.GetNullableString("value"));
__user_defined = (_json.GetBoolean("user_defined"));
__description = (_json.GetNullableString("description"));
__id = (_json.GetLong("id"));
char op_2 = _json.GetChar("_op");
_isNew = (op_2 == 'C');
_isDirty = (op_2 == 'U');
_isDeleted = (op_2 == 'D');
}
示例2: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__level = (_json.GetInt("level"));
__code = (_json.GetInt("code"));
__eisCode = (_json.GetNullableString("eisCode"));
__message = (_json.GetNullableString("message"));
__component = (_json.GetNullableString("component"));
__entityKey = (_json.GetNullableString("entityKey"));
__operation = (_json.GetNullableString("operation"));
__requestId = (_json.GetNullableString("requestId"));
__timestamp = (_json.GetNullableDateTime("timestamp"));
__pending = (_json.GetBoolean("pending"));
__pendingChange = (_json.GetChar("pendingChange"));
__replayPending = (_json.GetLong("replayPending"));
__replayFailure = (_json.GetLong("replayFailure"));
__messageId = (_json.GetLong("messageId"));
__replayCounter = (_json.GetLong("_rc"));
__disableSubmit = (_json.GetBoolean("disableSubmit"));
char op_2 = _json.GetChar("_op");
_isNew = (op_2 == 'C');
_isDirty = (op_2 == 'U');
_isDeleted = (op_2 == 'D');
}
示例3: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__idRepresentanteComercial = (_json.GetInt("idRepresentanteComercial"));
__usuario = (_json.GetString("usuario"));
__nombre = (_json.GetString("nombre"));
__apellido = (_json.GetString("apellido"));
__idNegocio = (_json.GetNullableInt("idNegocio"));
__codigoRRCC = (_json.GetNullableString("codigoRRCC"));
__codigoInterlocutor = (_json.GetString("codigoInterlocutor"));
__pending = (_json.GetBoolean("pending"));
__pendingChange = (_json.GetChar("pendingChange"));
__replayPending = (_json.GetLong("replayPending"));
__replayFailure = (_json.GetLong("replayFailure"));
__surrogateKey = (_json.GetLong("surrogateKey"));
__replayCounter = (_json.GetLong("_rc"));
__disableSubmit = (_json.GetBoolean("disableSubmit"));
char op_2 = _json.GetChar("_op");
_isNew = (op_2 == 'C');
_isDirty = (op_2 == 'U');
_isDeleted = (op_2 == 'D');
}
示例4: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__idParametro = (_json.GetString("idParametro"));
__valor = (_json.GetNullableString("valor"));
__pending = (_json.GetBoolean("pending"));
__pendingChange = (_json.GetChar("pendingChange"));
__replayPending = (_json.GetLong("replayPending"));
__replayFailure = (_json.GetLong("replayFailure"));
__surrogateKey = (_json.GetLong("surrogateKey"));
__replayCounter = (_json.GetLong("_rc"));
__disableSubmit = (_json.GetBoolean("disableSubmit"));
char op_2 = _json.GetChar("_op");
_isNew = (op_2 == 'C');
_isDirty = (op_2 == 'U');
_isDeleted = (op_2 == 'D');
}
示例5: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__idDireccionEntrega = (_json.GetString("idDireccionEntrega"));
__razonSocial = (_json.GetString("razonSocial"));
__CUIT = (_json.GetString("CUIT"));
__agrupacion = (_json.GetString("agrupacion"));
__UN = (_json.GetNullableString("UN"));
__contacto = (_json.GetNullableString("contacto"));
__APIES = (_json.GetNullableString("APIES"));
__cuentaSGC = (_json.GetNullableString("cuentaSGC"));
__cuentaLPO = (_json.GetNullableString("cuentaLPO"));
__cuentaLP2 = (_json.GetNullableString("cuentaLP2"));
__cuentaQP1 = (_json.GetNullableString("cuentaQP1"));
__operaYER = (_json.GetNullableString("operaYER"));
__cantidadTarjetaYER = (_json.GetString("cantidadTarjetaYER"));
__pending = (_json.GetBoolean("pending"));
__pendingChange = (_json.GetChar("pendingChange"));
__replayPending = (_json.GetLong("replayPending"));
__replayFailure = (_json.GetLong("replayFailure"));
__direccionFK = (_json.GetNullableLong("direccionFK"));
__mailFK = (_json.GetNullableLong("mailFK"));
__telefonoFK = (_json.GetNullableLong("telefonoFK"));
__surrogateKey = (_json.GetLong("surrogateKey"));
__replayCounter = (_json.GetLong("_rc"));
__disableSubmit = (_json.GetBoolean("disableSubmit"));
char op_2 = _json.GetChar("_op");
_isNew = (op_2 == 'C');
_isDirty = (op_2 == 'U');
_isDeleted = (op_2 == 'D');
}
示例6: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__deviceId = (_json.GetString("deviceId"));
__username = (_json.GetString("username"));
__appname = (_json.GetString("appname"));
__enable = (_json.GetBoolean("enable"));
__adminLock = (_json.GetBoolean("adminLock"));
__interval = (_json.GetInt("interval"));
__protocol = (_json.GetString("protocol"));
__address = (_json.GetNullableString("address"));
__domain = (_json.GetString("domain"));
__package = (_json.GetString("package"));
__syncGroup = (_json.GetString("syncGroup"));
__clientId = (_json.GetString("clientId"));
char op_2 = _json.GetChar("_op");
_isNew = (op_2 == 'C');
_isDirty = (op_2 == 'U');
_isDeleted = (op_2 == 'D');
}
示例7: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__username = (_json.GetNullableString("username"));
__remoteId = (_json.GetNullableString("remoteId"));
__UsuarioParam = (_json.GetNullableString("UsuarioParam"));
__id = (_json.GetLong("id"));
char op_2 = _json.GetChar("_op");
_isNew = (op_2 == 'C');
_isDirty = (op_2 == 'U');
_isDeleted = (op_2 == 'D');
}
示例8: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__idRespuesta = (_json.GetInt("idRespuesta"));
__descripcion = (_json.GetString("descripcion"));
__codigoSAP = (_json.GetString("codigoSAP"));
__nombreColor = (_json.GetNullableString("nombreColor"));
__nombreLayout = (_json.GetNullableString("nombreLayout"));
__pending = (_json.GetBoolean("pending"));
__pendingChange = (_json.GetChar("pendingChange"));
__replayPending = (_json.GetLong("replayPending"));
__replayFailure = (_json.GetLong("replayFailure"));
__surrogateKey = (_json.GetLong("surrogateKey"));
__replayCounter = (_json.GetLong("_rc"));
__disableSubmit = (_json.GetBoolean("disableSubmit"));
char op_2 = _json.GetChar("_op");
_isNew = (op_2 == 'C');
_isDirty = (op_2 == 'U');
_isDeleted = (op_2 == 'D');
}
示例9: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__remoteId = (_json.GetString("remoteId"));
__component = (_json.GetString("component"));
__entityKey = (_json.GetString("entityKey"));
__attributes = (_json.GetString("attributes"));
__operation = (_json.GetString("operation"));
__parameters = (_json.GetString("parameters"));
__replayLog = (_json.GetNullableString("replayLog"));
__exception = (_json.GetNullableString("exception"));
__completed = (_json.GetBoolean("completed"));
__requestId = (_json.GetLong("requestId"));
char op_2 = _json.GetChar("_op");
_isNew = (op_2 == 'C');
_isDirty = (op_2 == 'U');
_isDeleted = (op_2 == 'D');
}
示例10: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__key_name = (_json.GetString("key_name"));
__value = (_json.GetNullableString("value"));
__user_defined = (_json.GetBoolean("user_defined"));
}
示例11: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__valorBoolean = (_json.GetNullableBoolean("valorBoolean"));
__valorInteger = (_json.GetNullableInt("valorInteger"));
__valorString = (_json.GetNullableString("valorString"));
__valorDouble = (_json.GetNullableDouble("valorDouble"));
__valorDateTime = (_json.GetNullableDateTime("valorDateTime"));
__idCustomLocalData = (_json.GetString("idCustomLocalData"));
char op_2 = _json.GetChar("_op");
_isNew = (op_2 == 'C');
_isDirty = (op_2 == 'U');
_isDeleted = (op_2 == 'D');
}
示例12: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__Usuario = (_json.GetNullableString("Usuario"));
__UsuarioUserDefined = (_json.GetBoolean("UsuarioUserDefined"));
__size_sp = (_json.GetInt("size_sp"));
__user_sp = (_json.GetString("user_sp"));
char op_2 = _json.GetChar("_op");
_isNew = (op_2 == 'C');
_isDirty = (op_2 == 'U');
_isDeleted = (op_2 == 'D');
}
示例13: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__idInteraccion = (_json.GetString("idInteraccion"));
__tipoInteraccion_CodigoSAP = (_json.GetString("tipoInteraccion_CodigoSAP"));
__titulo = (_json.GetNullableString("titulo"));
__tipoInteraccion_CategoriaSAP = (_json.GetString("tipoInteraccion_CategoriaSAP"));
__GUID = (_json.GetString("GUID"));
__nroOperacionSAP = (_json.GetNullableString("nroOperacionSAP"));
__segmento_CodigoSAP = (_json.GetNullableString("segmento_CodigoSAP"));
__negocio_CodigoSAP = (_json.GetNullableString("negocio_CodigoSAP"));
__formulario_CodigoSAP = (_json.GetNullableString("formulario_CodigoSAP"));
__puntaje = (_json.GetNullableDecimal("puntaje"));
__latitud = (_json.GetNullableString("latitud"));
__longitud = (_json.GetNullableString("longitud"));
__comentarios = (_json.GetNullableString("comentarios"));
__notasPreparacion = (_json.GetNullableString("notasPreparacion"));
__notasResultado = (_json.GetNullableString("notasResultado"));
__notasResultadoAdministrativo = (_json.GetNullableString("notasResultadoAdministrativo"));
__notasResultadoComercial = (_json.GetNullableString("notasResultadoComercial"));
__notasResultadoOperativo = (_json.GetNullableString("notasResultadoOperativo"));
__notasResultadoMercado = (_json.GetNullableString("notasResultadoMercado"));
__notasResultadoAsesoramiento = (_json.GetNullableString("notasResultadoAsesoramiento"));
__fechaInicioPlanificada = (_json.GetNullableDate("fechaInicioPlanificada"));
__horaInicioPlanificada = (_json.GetNullableTime("horaInicioPlanificada"));
__fechaFinPlanificada = (_json.GetNullableDate("fechaFinPlanificada"));
__horaFinPlanificada = (_json.GetNullableTime("horaFinPlanificada"));
__fechaInicioReal = (_json.GetNullableDate("fechaInicioReal"));
__horaInicioReal = (_json.GetNullableTime("horaInicioReal"));
__fechaFinReal = (_json.GetNullableDate("fechaFinReal"));
__horaFinReal = (_json.GetNullableTime("horaFinReal"));
__idDireccionEntrega = (_json.GetNullableString("idDireccionEntrega"));
__direccionEntregaNombre = (_json.GetNullableString("direccionEntregaNombre"));
__representanteComercial_CodigoInterlocutor = (_json.GetString("representanteComercial_CodigoInterlocutor"));
__representanteComercial_Nombre = (_json.GetNullableString("representanteComercial_Nombre"));
__responsable_CodigoInterlocutor = (_json.GetNullableString("responsable_CodigoInterlocutor"));
__responsableNombre = (_json.GetNullableString("responsableNombre"));
__estadoInteraccion_CodigoSAP = (_json.GetString("estadoInteraccion_CodigoSAP"));
__motivo_CodigoSAP = (_json.GetString("motivo_CodigoSAP"));
__calle = (_json.GetNullableString("calle"));
__direccionNro = (_json.GetNullableString("direccionNro"));
__codigoPostal = (_json.GetNullableString("codigoPostal"));
__ciudad = (_json.GetNullableString("ciudad"));
__provincia_CodigoSAP = (_json.GetNullableString("provincia_CodigoSAP"));
__pais_CodigoSAP = (_json.GetNullableString("pais_CodigoSAP"));
__formularioPrecios = (YPF.Comercial.RRCC.SUP.FormularioPrecios)(YPF.Comercial.RRCC.SUP.FormularioPrecios.FromJSON(_json.Get("formularioPrecios")));
__formularioPreciosValid = com.sybase.afx.json.JsonValue.GetBoolean(_json.Get("formularioPreciosValid"));
__formularioMercado = (YPF.Comercial.RRCC.SUP.FormularioMercado)(YPF.Comercial.RRCC.SUP.FormularioMercado.FromJSON(_json.Get("formularioMercado")));
__formularioMercadoValid = com.sybase.afx.json.JsonValue.GetBoolean(_json.Get("formularioMercadoValid"));
__relevamientosTransporte = (Sybase.Collections.GenericList<YPF.Comercial.RRCC.SUP.RelevamientoTransporte>)(YPF.Comercial.RRCC.SUP.RelevamientoTransporte.FromJSONList(_json.Get("relevamientosTransporte")));
__relevamientosProducto = (Sybase.Collections.GenericList<YPF.Comercial.RRCC.SUP.RelevamientoProducto>)(YPF.Comercial.RRCC.SUP.RelevamientoProducto.FromJSONList(_json.Get("relevamientosProducto")));
__relevamientosPrecio = (Sybase.Collections.GenericList<YPF.Comercial.RRCC.SUP.RelevamientoPrecios>)(YPF.Comercial.RRCC.SUP.RelevamientoPrecios.FromJSONList(_json.Get("relevamientosPrecio")));
__formularioTransporte = (YPF.Comercial.RRCC.SUP.FormularioTransporte)(YPF.Comercial.RRCC.SUP.FormularioTransporte.FromJSON(_json.Get("formularioTransporte")));
__formularioTransporteValid = com.sybase.afx.json.JsonValue.GetBoolean(_json.Get("formularioTransporteValid"));
__relevamientosProveedor = (Sybase.Collections.GenericList<YPF.Comercial.RRCC.SUP.RelevamientoProveedor>)(YPF.Comercial.RRCC.SUP.RelevamientoProveedor.FromJSONList(_json.Get("relevamientosProveedor")));
__respuestasInteraccionFormulario = (Sybase.Collections.GenericList<YPF.Comercial.RRCC.SUP.RespuestaInteraccionFormulario>)(YPF.Comercial.RRCC.SUP.RespuestaInteraccionFormulario.FromJSONList(_json.Get("respuestasInteraccionFormulario")));
__pending = (_json.GetBoolean("pending"));
__pendingChange = (_json.GetChar("pendingChange"));
__replayPending = (_json.GetLong("replayPending"));
__replayFailure = (_json.GetLong("replayFailure"));
__surrogateKey = (_json.GetLong("surrogateKey"));
__replayCounter = (_json.GetLong("_rc"));
__disableSubmit = (_json.GetBoolean("disableSubmit"));
char op_2 = _json.GetChar("_op");
_isNew = (op_2 == 'C');
_isDirty = (op_2 == 'U');
_isDeleted = (op_2 == 'D');
}
示例14: _fromJSON
internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
{
__listClientPK = (Sybase.Collections.GenericList<YPF.Comercial.RRCC.SUP.ClientPersonalization>)(YPF.Comercial.RRCC.SUP.ClientPersonalization.FromJSONList(_json.Get("listClientPK")));
__listSessionPK = (Sybase.Collections.GenericList<YPF.Comercial.RRCC.SUP.SessionPersonalization>)(YPF.Comercial.RRCC.SUP.SessionPersonalization.FromJSONList(_json.Get("listSessionPK")));
__ZARFIAR_RFC_DEUDASCLIENTES_IM_KUNNRKey = (Sybase.Collections.GenericList<YPF.Comercial.RRCC.SUP.ZARFIAR_RFC_DEUDASCLIENTES_IM_KUNNR>)(YPF.Comercial.RRCC.SUP.ZARFIAR_RFC_DEUDASCLIENTES_IM_KUNNR.FromJSONList(_json.Get("ZARFIAR_RFC_DEUDASCLIENTES_IM_KUNNRKey")));
__ZARFIAR_RFC_DEUDASCLIENTES_IM_KUNNRKeyUserDefined = (_json.GetBoolean("ZARFIAR_RFC_DEUDASCLIENTES_IM_KUNNRKeyUserDefined"));
__ZCRM_CONSULTA_CLI_INTERLOCUTORESKey = (Sybase.Collections.GenericList<YPF.Comercial.RRCC.SUP.ZCRM_CONSULTA_CLI_INTERLOCUTORES>)(YPF.Comercial.RRCC.SUP.ZCRM_CONSULTA_CLI_INTERLOCUTORES.FromJSONList(_json.Get("ZCRM_CONSULTA_CLI_INTERLOCUTORESKey")));
__ZCRM_CONSULTA_CLI_INTERLOCUTORESKeyUserDefined = (_json.GetBoolean("ZCRM_CONSULTA_CLI_INTERLOCUTORESKeyUserDefined"));
__ZCRM_ACTRRCC_CONSULTA_INTERLO_ACTIVIDADKey = (Sybase.Collections.GenericList<YPF.Comercial.RRCC.SUP.ZCRM_ACTRRCC_CONSULTA_INTERLO_ACTIVIDAD>)(YPF.Comercial.RRCC.SUP.ZCRM_ACTRRCC_CONSULTA_INTERLO_ACTIVIDAD.FromJSONList(_json.Get("ZCRM_ACTRRCC_CONSULTA_INTERLO_ACTIVIDADKey")));
__ZCRM_ACTRRCC_CONSULTA_INTERLO_ACTIVIDADKeyUserDefined = (_json.GetBoolean("ZCRM_ACTRRCC_CONSULTA_INTERLO_ACTIVIDADKeyUserDefined"));
__FECHA_SINCRONIZACIONKey = (_json.GetNullableDate("FECHA_SINCRONIZACIONKey"));
__FECHA_SINCRONIZACIONKeyUserDefined = (_json.GetBoolean("FECHA_SINCRONIZACIONKeyUserDefined"));
__Z01CRM_RRCC_F_CABPEDIDOS_REPRESENTANTE_COMERCIALKey = (Sybase.Collections.GenericList<YPF.Comercial.RRCC.SUP.Z01CRM_RRCC_F_CABPEDIDOS_REPRESENTANTE_COMERCIAL>)(YPF.Comercial.RRCC.SUP.Z01CRM_RRCC_F_CABPEDIDOS_REPRESENTANTE_COMERCIAL.FromJSONList(_json.Get("Z01CRM_RRCC_F_CABPEDIDOS_REPRESENTANTE_COMERCIALKey")));
__Z01CRM_RRCC_F_CABPEDIDOS_REPRESENTANTE_COMERCIALKeyUserDefined = (_json.GetBoolean("Z01CRM_RRCC_F_CABPEDIDOS_REPRESENTANTE_COMERCIALKeyUserDefined"));
__Z01CRM_RRCC_F_DETPEDIDOS_PEDIDOSKey = (Sybase.Collections.GenericList<YPF.Comercial.RRCC.SUP.Z01CRM_RRCC_F_DETPEDIDOS_PEDIDOS>)(YPF.Comercial.RRCC.SUP.Z01CRM_RRCC_F_DETPEDIDOS_PEDIDOS.FromJSONList(_json.Get("Z01CRM_RRCC_F_DETPEDIDOS_PEDIDOSKey")));
__Z01CRM_RRCC_F_DETPEDIDOS_PEDIDOSKeyUserDefined = (_json.GetBoolean("Z01CRM_RRCC_F_DETPEDIDOS_PEDIDOSKeyUserDefined"));
__REPRESENTANTE_COMERCIALKey = (_json.GetNullableString("REPRESENTANTE_COMERCIALKey"));
__REPRESENTANTE_COMERCIALKeyUserDefined = (_json.GetBoolean("REPRESENTANTE_COMERCIALKeyUserDefined"));
__Z01CRM_RRCC_F_FACTURACION_REPRESENTANTE_COMERCIALKey = (Sybase.Collections.GenericList<YPF.Comercial.RRCC.SUP.Z01CRM_RRCC_F_FACTURACION_REPRESENTANTE_COMERCIAL>)(YPF.Comercial.RRCC.SUP.Z01CRM_RRCC_F_FACTURACION_REPRESENTANTE_COMERCIAL.FromJSONList(_json.Get("Z01CRM_RRCC_F_FACTURACION_REPRESENTANTE_COMERCIALKey")));
__Z01CRM_RRCC_F_FACTURACION_REPRESENTANTE_COMERCIALKeyUserDefined = (_json.GetBoolean("Z01CRM_RRCC_F_FACTURACION_REPRESENTANTE_COMERCIALKeyUserDefined"));
__CUITsKey = (_json.GetString("CUITsKey"));
__CUITsKeyUserDefined = (_json.GetBoolean("CUITsKeyUserDefined"));
__CUENTAS_SGCKey = (_json.GetString("CUENTAS_SGCKey"));
__CUENTAS_SGCKeyUserDefined = (_json.GetBoolean("CUENTAS_SGCKeyUserDefined"));
__APIESsKey = (_json.GetString("APIESsKey"));
__APIESsKeyUserDefined = (_json.GetBoolean("APIESsKeyUserDefined"));
__username = (_json.GetString("username"));
__usernameUserDefined = (_json.GetBoolean("usernameUserDefined"));
__password = (_json.GetString("password"));
__passwordUserDefined = (_json.GetBoolean("passwordUserDefined"));
}