Public Methods

MethodDescription
AddContainedObjectAdd a contained object to the BusinessDataObject using the given Name, GUID, or ID. PARAMETERS: Identifier as String or Integer. DATATYPE: BoundObject.
BoundAttachmentsGet all the BoundAttachments of this BusinessDataObject.
ContainedObjectsReturns an object representing a collection of all objects contained in the BusinessDataObject.
RepoCheckOutStatusGet the Check Out status of this BusinessDataObject. DATATYPE: StringObjects.
RepoVersionHistory

Get the Version History of this BusinessDataObject from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects.

Public Properties

PropertyDescription
AnchorIDReturns the Entity ID of the BusinessDataObject's anchor. DATATYPE: Integer.
DefinitionRepresents the definition of the BusinessDataObject. DATATYPE: String.
GUIDReturns the BusinessDataObject's GUID. DATATYPE: String.
IDReturns the BusinessDataObject ID. DATATYPE: Integer.
LogicalNameRepresents the logical name of the BusinessDataObject. DATATYPE: String.
NoteRepresents the note of the BusinessDataObject. DATATYPE: String.
PhysicalName

Represents the physical name of the BusinessDataObject. DATATYPE: String.

  • No labels