Public Properties

PropertyDescription
GUIDReturns the GUID of the BoundObject. DATATYPE: String.
IDReturns the ID of the bound (using) object. For example, for an attribute bound to a domain, this returns the attributeID. DATATYPE: Integer.
ModelIDReturns 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.
ObjectTypeRepresents 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.

  • No labels