|
| Options | Name | Purpose | |
|---|---|---|---|
| Attach (IDataAdminContext) |
|
||
| LOGICAL CanAttach (IDataAdminContext) |
|
||
| OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext () |
/* return local contaxt if needed (if entity has child collections). */
|
||
| OpenEdge.DataAdmin.Binding.IRow CreateRowInfo () |
|
||
| LOGICAL Equals (Object) |
|
||
| Export () |
|
||
| Export (character) |
|
||
| ExportAsProcedure (character) |
|
||
| ExportAsProcedure (character, character) |
|
||
| ExportData (character) |
|
||
| ExportToJson (character) |
/* create buffer to export one record */
|
||
| ExportTree (character) |
/** override to handle collections for this */
|
||
| ExportTree (character, character) |
|
||
| OpenEdge.DataAdmin.IDataAdminCollection GetChildCollection (character) |
/** use IRow to pass state and info
@todo deprecate the overloads below this */
|
||
| OpenEdge.DataAdmin.IDataAdminExporter GetCodeExporter () |
|
||
| OpenEdge.DataAdmin.IDataAdminExporter GetExporter (character) |
|
||
| CHARACTER GetFileExtension (character) |
|
||
| Progress.Json.ObjectModel.JsonObject GetJSONExport (IContextTree) |
/* optional call back from context tree.
called when parse is complete
override to return json to export instead of dataset
returns unknown to use standard dataset. write-json */
|
||
| CHARACTER GetKeyValue () |
/** @todo - deprecate - use GetKeyValues
workaround due to inconsistent key definition (and property reflection)
override in classes that does not use name */
|
||
| CHARACTER GetKeyValues () |
|
||
| CHARACTER GetLastEntry (character, character) |
|
||
| OpenEdge.DataAdmin.IDataAdminService GetLookupService () |
|
||
| CHARACTER GetShortClassName (Object) |
|
||
| Import (character) |
/* @TODO - call context:ImportRow with GetKeyValue() and remove all override */
|
||
| ImportTree (character) |
|
||
| LOGICAL NeedsRefresh () |
/* override to return true if first request was lazy and some fields have
not been retrieved */
|
||
| NewContext (IDataAdminModel) |
/* the context we attached to changed */
|
||
| Refresh () |
/* Refresh if necessary */
|
||
| RowDeleted () |
/* the context we attached to deleted something changed */
|
||
| INTEGER Serialize (handle) |
|
||
| LOGICAL SetProperty (character, character) |
|
||
| CHARACTER ToString () |
|
||
| WriteTree (IContextTree) |
|
||
| WriteTree (IContextTree, character) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| Entity (character) |
|
||
| Entity (IDataAdminModel) |
|
||
| Entity (IDataAdminModel, IRequestInfo) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL Attached |
|
||
| CHARACTER CodeExtension |
|
||
| OpenEdge.DataAdmin.Binding.IDataAdminModel Context |
|
||
| CHARACTER ContextId |
|
||
| LOGICAL Created |
|
||
| Progress.Lang.error Error |
|
||
| LOGICAL Modified |
|
||
| CHARACTER Name |
|
||
| OpenEdge.DataAdmin.IRequestInfo RequestInfo |
|
||
| CHARACTER SerializeName |
|
||
| OpenEdge.DataAdmin.IDataAdminService Service |
|
||
| CHARACTER ShortContextName |
|
||
| CHARACTER ShortTypeName |
|
Attach (IDataAdminContext)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL CanAttach (IDataAdminContext)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.Binding.IRow CreateRowInfo ()
|
||||||||||||||||||||||
LOGICAL Equals (Object)
|
||||||||||||||||||||||
Export () |
||||||||||||||||||||||
Export (character)
|
||||||||||||||||||||||
ExportAsProcedure (character)
|
||||||||||||||||||||||
ExportAsProcedure (character, character)
|
||||||||||||||||||||||
ExportData (character)
|
||||||||||||||||||||||
ExportToJson (character)
|
||||||||||||||||||||||
ExportTree (character)
|
||||||||||||||||||||||
ExportTree (character, character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminCollection GetChildCollection (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminExporter GetCodeExporter () |
||||||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminExporter GetExporter (character)
|
||||||||||||||||||||||
CHARACTER GetFileExtension (character)
|
||||||||||||||||||||||
Progress.Json.ObjectModel.JsonObject GetJSONExport (IContextTree)
|
||||||||||||||||||||||
CHARACTER GetKeyValue ()
|
||||||||||||||||||||||
CHARACTER GetKeyValues ()
|
||||||||||||||||||||||
CHARACTER GetLastEntry (character, character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminService GetLookupService () |
||||||||||||||||||||||
CHARACTER GetShortClassName (Object)
|
||||||||||||||||||||||
Import (character)
|
||||||||||||||||||||||
ImportTree (character)
|
||||||||||||||||||||||
LOGICAL NeedsRefresh ()
|
||||||||||||||||||||||
NewContext (IDataAdminModel)
|
||||||||||||||||||||||
Refresh ()
|
||||||||||||||||||||||
RowDeleted ()
|
||||||||||||||||||||||
INTEGER Serialize (handle)
|
||||||||||||||||||||||
LOGICAL SetProperty (character, character)
|
||||||||||||||||||||||
CHARACTER ToString ()
|
||||||||||||||||||||||
WriteTree (IContextTree)
|
||||||||||||||||||||||
WriteTree (IContextTree, character)
|
||||||||||||||||||||||
Entity (character)
|
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Entity (IDataAdminModel)
|
||||||||||||||
Entity (IDataAdminModel, IRequestInfo)
|
||||||||||||||
LOGICAL Attached
|
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER CodeExtension
|
||||||||
OpenEdge.DataAdmin.Binding.IDataAdminModel Context |
||||||||
CHARACTER ContextId
|
||||||||
LOGICAL Created
|
||||||||
Progress.Lang.error Error
|
||||||||
LOGICAL Modified
|
||||||||
CHARACTER Name
|
||||||||
OpenEdge.DataAdmin.IRequestInfo RequestInfo
|
||||||||
CHARACTER SerializeName
|
||||||||
OpenEdge.DataAdmin.IDataAdminService Service |
||||||||
CHARACTER ShortContextName
|
||||||||
CHARACTER ShortTypeName
|
||||||||