Public Methods
AddObject | Adds an object to a named dictionary. |
AddXRecord | Creates an XRecord object in any dictionary. |
Delete | Deletes the specified object. |
GetExtensionDictionary | Gets the extension dictionary associated with an object. |
GetName | Gets the name (keyword) of an object in a dictionary. |
GetObject | Gets the object in a dictionary, given the name (keyword) of the object. |
GetXData | Returns the extended entity data associated with an entity. |
Item | Given the index, returns one of the entities in the collection. |
Remove | Removes a named object from the dictionary. |
Rename | Renames an item in the dictionary. |
Replace | Replaces an item in the dictionary by a given item. |
SetXData | Sets the extended entity data associated with an entity. |
Public Properties
Application | Returns the Application object. |
Count | Returns the number of attributes in the collection. |
Document | Returns the document associated with the object. |
Handle | Returns the handle of the item. |
HasExtensionDictionary | Determines if the object has an extension dictionary associated with it. |
Name | Specifies the name of the object. |
Parent | Returns the database item's parent object. |