|
Options | Name | Purpose | |
---|---|---|---|
AddTreeTo (IContextTree) |
|
||
AddTreeTo (IContextTree, character) |
|
||
BeforeDelete (rowid) |
|
||
LOGICAL CanFindCurrentModel (IDataAdminModel) |
|
||
Copy (IDataAdminContext) |
/* Model:RowCreated:Subscribe(RowCreated).*/
|
||
CreateRow (IDataAdminElement) |
|
||
Import (character, character) |
/* single table import of the entity (flat - no tree)*/
|
||
Import (JsonObject, character) |
/* single table import of the entity (flat - no tree)*/
|
||
ImportRow (character, character) |
/* single row import of the entity (flat no tree) */
|
||
ImportRow (character, integer) |
/* single row import of the entity (flat no tree) */
|
||
ReadChild (IRow, JSONObject) |
/*
method public override void ImportTree(pcfile as char).
undo, throw new UnsupportedOperationError("Import to CreateContext").
end method.
*/
|
||
RowCreated () |
/*** protected methods ****************************************/
|
||
RowDeleted () |
|
||
TableRefreshed (ITableResponse) |
/* nothing - keep query intact with only our own changes */
|
||
ValidateChanges (handle) |
/*** methods ************************************************/
|
||
ValidateQueryChanges (handle) |
/** override to repos in query - this query has no query-prepare that can be used
to query against the extracted changes */
|
Options | Name | Purpose | |
---|---|---|---|
CreateContext (IDataAdminModel) |
/*** constructors *******************************************/
|
AddTreeTo (IContextTree)
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AddTreeTo (IContextTree, character)
|
||||||||||||||||||||||
BeforeDelete (rowid)
|
||||||||||||||||||||||
LOGICAL CanFindCurrentModel (IDataAdminModel)
|
||||||||||||||||||||||
Copy (IDataAdminContext)
|
||||||||||||||||||||||
CreateRow (IDataAdminElement)
|
||||||||||||||||||||||
Import (character, character)
|
||||||||||||||||||||||
Import (JsonObject, character)
|
||||||||||||||||||||||
ImportRow (character, character)
|
||||||||||||||||||||||
ImportRow (character, integer)
|
||||||||||||||||||||||
ReadChild (IRow, JSONObject)
|
||||||||||||||||||||||
RowCreated () |
||||||||||||||||||||||
RowDeleted () |
||||||||||||||||||||||
TableRefreshed (ITableResponse)
|
||||||||||||||||||||||
ValidateChanges (handle)
|
||||||||||||||||||||||
ValidateQueryChanges (handle)
|
CreateContext (IDataAdminModel)
|
---|