You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Public Properties

 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

This property 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

BoundObject Overview

  • No labels