Public Properties
Property | Description |
---|---|
GUID | Returns the GUID of the BoundObject. DATATYPE: String. |
ID | Returns the ID of the bound (using) object. For example, for an attribute bound to a domain, this returns the attributeID. DATATYPE: Integer. |
ModelID | Returns the ID of the parent model of the bound object or returns the ID of the parent data flow if the using object is a transformation. If the bound object is a dictionary object, such as default bound to an Attachment, this is 0. DATATYPE: Integer. |
ObjectType | Represents the type of the bound (using) object. DATATYPE: Integer. |
ParentID | Returns the ID of the parent of the bound (using) object. For example, for an attribute bound to a domain, this returns the entityID. DATATYPE: Integer. |
See Also