Beispiel #1
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"));
 }
        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');
        }
Beispiel #3
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');
        }
Beispiel #4
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');
        }
Beispiel #5
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');
        }
Beispiel #6
0
 internal void _fromJSON(com.sybase.afx.json.JsonObject _json)
 {
     __entityType   = (_json.GetInt("entityType"));
     __surrogateKey = (_json.GetLong("surrogateKey"));
 }