Esempio n. 1
0
 internal  void _fromJSON(com.sybase.afx.json.JsonObject _json)
 {
     __idFormulario = (_json.GetInt("idFormulario"));
     __idPregunta = (_json.GetInt("idPregunta"));
     __valor = (_json.GetNullableDecimal("valor"));
     __operacionNoCumplimiento = (_json.GetNullableInt("operacionNoCumplimiento"));
     __pending = (_json.GetBoolean("pending"));
     __pendingChange = (_json.GetChar("pendingChange"));
     __replayPending = (_json.GetLong("replayPending"));
     __replayFailure = (_json.GetLong("replayFailure"));
     __preguntaFK = (_json.GetNullableLong("preguntaFK"));
     __formulario1FK = (_json.GetNullableLong("formulario1FK"));
     __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');
 }
Esempio n. 2
0
 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');
 }
 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');
 }
Esempio n. 4
0
 internal  void _fromJSON(com.sybase.afx.json.JsonObject _json)
 {
     __idPregunta = (_json.GetInt("idPregunta"));
     __descripcion = (_json.GetString("descripcion"));
     __codigoSAP = (_json.GetString("codigoSAP"));
     __idCategoriaPregunta = (_json.GetNullableInt("idCategoriaPregunta"));
     __pending = (_json.GetBoolean("pending"));
     __pendingChange = (_json.GetChar("pendingChange"));
     __replayPending = (_json.GetLong("replayPending"));
     __replayFailure = (_json.GetLong("replayFailure"));
     __categoriaPreguntaFK = (_json.GetNullableLong("categoriaPreguntaFK"));
     __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');
 }