Public Methods
Method | Description |
---|---|
Add | Creates a new BusinessDataObject display object from the BusinessDataObject object identified by the given Name, GUID, or ID, and then returns the new display object. PARAMETERS: Identifier as String or Integer. |
Remove | Deletes a BusinessDataObject display object specified by the given Name, GUID, or ID from ER/Studio. PARAMETERS: Identifier as String or Integer. |
Public Properties
Properties | Description |
---|---|
_Item | Returns a BusinessDataObject display object (specified by the given Name, GUID, or ID). PARAMETERS: Identifier as String or Integer. |
_NewEnum | |
Count | Number of Business Data Object displays in the collection. DATATYPE: Integer. |
Item | Returns a BusinessDataObject display object (specified by the given Name, GUID, or ID). PARAMETERS: Identifier as String or Integer. |