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

Compare with Current View Page History

Version 1 Next »

Public Methods

MethodDescription

When updates are called, all bound attributes have the same nullability as the domain.

Get all the BoundAttachments of this domain.

Returns a collection of bindings that link the domain to attributes.

Unbind this Domain from the naming standards template by deleting the naming standards template ID from the domain.

Unbind this domain from the reference value by deleting the reference value ID from the domain.

Returns the naming standards template bound to the domain or null, if none is bound to the domain.

Returns true if the override control passed in is set for this domain. PARAMETERS: OverrideControlType (Integer). DATATYPE: Boolean.

Returns the reference value bound to the domain or null, if none is bound to it.

Get the Check Out status of this Domain object. DATATYPE: StringObjects.

Turns on the passed in override control for this domain. PARAMETERS: OverrideControlType (Integer).

Returns a collection of user comments associated with this Domain object.

Public Properties

PropertyDescription

AttributeName of this Domain. DATATYPE: String.

Check constraint of the domain. DATATYPE: String.

Column name of the domain. DATATYPE: String.

Datatype length. DATATYPE: Integer.

Datatype scale. DATATYPE: Integer.

Datatype of the domain. DATATYPE: String.

Declared default of the domain. DATATYPE: String.

ID of the bounded default. To bind a default to a domain, assign the default's ID to this property. DATATYPE: Integer.

Definition of this Domain. DATATYPE: String.

Name of the Dictionary associated with this object. DATATYPE: String.

DomainFolder Name of this Domain. DATATYPE: String.

True if the Dictionary associated with this object is enterprise level. DATATYPE: Boolean.

True if you do not want this domain affected by batch naming standards applications. DATATYPE: Boolean.

GUID of the domain. GUIDs are unique IDs assigned by ER/Studio. DATATYPE: String.

ID of the domain as assigned by ER/Studio. Each domain in a diagram has a unique ID. DATATYPE: Integer.

Datatype identity value (true or false). DATATYPE: Boolean.

Datatype identity increment value. DATATYPE: Integer.

Datatype identity seed value. DATATYPE: Integer.

Logical name of the domain. DATATYPE: String.

ID of the NamingStandardsTemplate object bound to the domain (if any). A user can bind a NamingStandardsTemplate to the domain by assigning a particular NamingStandardsTemplateId to this property. DATATYPE: Integer.

Note of this Domain. DATATYPE: String.

Nullability of this Domain. DATATYPE: Boolean.

Name of the immediate parent domain if the current object has a parent domain. DATATYPE: String.

True if you want this domain updated by changes to its parent domain. DATATYPE: Boolean.

ID of the ReferenceValue object bound to the domain (if any). A user can bind a ReferenceValue to the domain by assigning a particular ReferenceValueId to this property. DATATYPE: Integer.

ID of the bounded rule. To bind a rule to a domain, assign the rule's ID to this property. DATATYPE: Integer.

ID of the bounded user datatype. To bind a user datatype to a domain, assign the user datatype's ID to this property. DATATYPE: Integer.
  • No labels