Public Methods
Method | Description |
---|---|
ApplyNullabilityToBoundColumns | When updates are called, all bound attributes have the same nullability as the domain. |
BoundAttachments | Get all the BoundAttachments of this domain. |
BoundObjects | Returns a collection of bindings that link the domain to attributes. |
DeleteNamingStandardsTemplate | Unbind this Domain from the naming standards template by deleting the naming standards template ID from the domain. |
DeleteReferenceValue | Unbind this domain from the reference value by deleting the reference value ID from the domain. |
GetNamingStandardsTemplate | Returns the naming standards template bound to the domain or null, if none is bound to the domain. |
GetOverrideControl | Returns true if the override control passed in is set for this domain. PARAMETERS: OverrideControlType (Integer). DATATYPE: Boolean. |
GetReferenceValue | Returns the reference value bound to the domain or null, if none is bound to it. |
RepoCheckOutStatus | Get the Check Out status of this Domain object. DATATYPE: StringObjects. |
SetOverrideControl | Turns on the passed in override control for this domain. PARAMETERS: OverrideControlType (Integer). |
UserComments | Returns a collection of user comments associated with this Domain object. |
Public Properties
Property | Description |
---|---|
AttributeName | AttributeName of this Domain. DATATYPE: String. |
CheckConstraint | Check constraint of the domain. DATATYPE: String. |
ColumnName | Column name of the domain. DATATYPE: String. |
DataLength | Datatype length. DATATYPE: Integer. |
DataScale | Datatype scale. DATATYPE: Integer. |
Datatype | Datatype of the domain. DATATYPE: String. |
DeclaredDefault | Declared default of the domain. DATATYPE: String. |
DefaultId | ID of the bounded default. To bind a default to a domain, assign the default's ID to this property. DATATYPE: Integer. |
Definition | Definition of this Domain. DATATYPE: String. |
DictionaryName | Name of the Dictionary associated with this object. DATATYPE: String. |
DomainFolder | DomainFolder Name of this Domain. DATATYPE: String. |
EnterpriseLevel | True if the Dictionary associated with this object is enterprise level. DATATYPE: Boolean. |
FreezeName | True if you do not want this domain affected by batch naming standards applications. DATATYPE: Boolean. |
GUID | GUID of the domain. GUIDs are unique IDs assigned by ER/Studio. DATATYPE: String. |
Identity | Datatype identity value (true or false). DATATYPE: Boolean. |
IdentityIncrement | Datatype identity increment value. DATATYPE: Integer. |
IdentitySeed | Datatype identity seed value. DATATYPE: Integer. |
ID | ID of the domain as assigned by ER/Studio. Each domain in a diagram has a unique ID. DATATYPE: Integer. |
Name | Logical name of the domain. DATATYPE: String. |
NamingStandardsTemplateId | 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 | Note of this Domain. DATATYPE: String. |
Nullable | Nullability of this Domain. DATATYPE: Boolean. |
ParentDomain | Name of the immediate parent domain if the current object has a parent domain. DATATYPE: String. |
ReceiveParentModifications | True if you want this domain updated by changes to its parent domain. DATATYPE: Boolean. |
ReferenceValueId | 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. |
RuleId | ID of the bounded rule. To bind a rule to a domain, assign the rule's ID to this property. DATATYPE: Integer. |
UserDatatypeId | 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. |
See Also