internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
        {
            __operationType    = (_json.GetChar("operationType"));
            __rootEntityType   = (_json.GetInt("rootEntityType"));
            __rootSurrogateKey = (_json.GetLong("rootSurrogateKey"));
            __entityType       = (_json.GetInt("entityType"));
            __surrogateKey     = (_json.GetLong("surrogateKey"));
            char op_2 = _json.GetChar("_op");

            _isNew     = (op_2 == 'C');
            _isDirty   = (op_2 == 'U');
            _isDeleted = (op_2 == 'D');
        }
Exemple #2
0
        internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
        {
            __passwordHash = (_json.GetInt("passwordHash"));
            __user         = (_json.GetString("user"));
            char op_2 = _json.GetChar("_op");

            _isNew     = (op_2 == 'C');
            _isDirty   = (op_2 == 'U');
            _isDeleted = (op_2 == 'D');
        }
Exemple #3
0
        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');
        }
        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');
        }
Exemple #5
0
        internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
        {
            __firstId  = (_json.GetLong("firstId"));
            __lastId   = (_json.GetLong("lastId"));
            __nextId   = (_json.GetLong("nextId"));
            __remoteId = (_json.GetString("remoteId"));
            __batchId  = (_json.GetLong("batchId"));
            char op_2 = _json.GetChar("_op");

            _isNew     = (op_2 == 'C');
            _isDirty   = (op_2 == 'U');
            _isDeleted = (op_2 == 'D');
        }
Exemple #6
0
        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');
        }
Exemple #7
0
        internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
        {
            __tipoInteraccion     = (_json.GetString("tipoInteraccion"));
            __cantidadInteraccion = (_json.GetInt("cantidadInteraccion"));
            __diaInteraccion      = (_json.GetInt("diaInteraccion"));
            __mesInteraccion      = (_json.GetInt("mesInteraccion"));
            __anioInteraccion     = (_json.GetInt("anioInteraccion"));
            __idTipoInteraccion   = (_json.GetInt("idTipoInteraccion"));
            char op_2 = _json.GetChar("_op");

            _isNew     = (op_2 == 'C');
            _isDirty   = (op_2 == 'U');
            _isDeleted = (op_2 == 'D');
        }
Exemple #8
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');
        }
Exemple #9
0
        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');
        }