|
Options | Name | Purpose | |
---|---|---|---|
Attach (IDataAdminContext) |
/** Attaches the object to the context/model
@param context IDataAdminContext that holds the data
Call cntxt:Copy(oldcontext) if IsAttached is false and context is valid */
|
||
LOGICAL CanAttach (IDataAdminContext) |
|
||
ExportAsProcedure (character) |
|
||
ExportAsProcedure (character, character) |
|
||
Progress.Json.ObjectModel.JsonObject GetJSONExport (IContextTree) |
/* optional call back from context tree.
return json to export instead of dataset
return unknown to use standard dataset. write-json */
|
||
INTEGER Serialize (handle) |
/* serialize to stream abl standard export format
return num rows exported */
|
||
WriteTree (IContextTree) |
/** Writetree is a visitor/serialize method that adds this object and its collections to the passed ContextTree
@param tree the IContextTree to add the object to */
|
||
WriteTree (IContextTree, character) |
/** Writetree is a visitor/serialize method that adds this object and the specified collections to the
passed ContextTree. The context tree
@param tree the IContextTree to add the object to
@collections collections comma spearated list of child collections to add to the tree */
|
Options | Name | Purpose | |
---|---|---|---|
CHARACTER CodeExtension |
|
||
OpenEdge.DataAdmin.IRequestInfo RequestInfo |
|
||
CHARACTER SerializeName |
|
Attach (IDataAdminContext)
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL CanAttach (IDataAdminContext)
|
||||||||||||||||||||
ExportAsProcedure (character)
|
||||||||||||||||||||
ExportAsProcedure (character, character)
|
||||||||||||||||||||
Progress.Json.ObjectModel.JsonObject GetJSONExport (IContextTree)
|
||||||||||||||||||||
INTEGER Serialize (handle)
|
||||||||||||||||||||
WriteTree (IContextTree)
|
||||||||||||||||||||
WriteTree (IContextTree, character)
|
CHARACTER CodeExtension
|
||||||||
---|---|---|---|---|---|---|---|---|
OpenEdge.DataAdmin.IRequestInfo RequestInfo
|
||||||||
CHARACTER SerializeName
|