Rds > Rds Assembly Interfaces > IRdsPredefinedBinding
Assembly: Rds;
The IRdsPredefinedBinding interface contains properties of bindings for system attributes of table MDM dictionaries.
IRdsPredefinedBinding
Property name | Brief description | |
![]() |
The PredefinedType property determines system dictionary attribute that corresponds to the given binding. |
Property name | Brief description | |
![]() |
Attribute | The Attribute property determines the attribute for which the binding is set up. |
![]() |
BindingType | The BindingType property returns binding type. |
![]() |
DataDomain | The DataDomain property determines data type used to store multibyte information in attribute. |
![]() |
DataType | The DataType property determines attribute data type. |
![]() |
DetailTable | The DetailTable property determines physical name of the table, from which multiple attribute values will be loaded. |
![]() |
DetailTableObject | The DetailTableObject property determines description of the repository table, from which multiple attribute values will be loaded. |
![]() |
Field | The Field property determines identifier of the data source field, to which the attribute is linked. |
![]() |
HasMultipleValues | The HasMultipleValues property determines whether multiple values can be stored by the attribute. |
![]() |
InUniqueKey | The InUniqueKey property determines whether key binding is used. |
![]() |
KeyField | The KeyField property indicates field of the table containing multiple values, that is associated with the Field data source field. |
![]() |
Nullable | The Nullable property determines whether empty values can be stored in the attribute for which the binding is created. |
![]() |
OrderField | The OrderField property determines field of the table containing multiple values, that stores values' numbers. |
![]() |
ValueField | The ValueField property determines field of the table containing multiple values that stores values. |
Property name | Brief description | |
![]() |
Id | The Id property determines the object identifier. |
![]() |
Key | The Key property returns the object key. |
![]() |
Name | The Name property determines the object name. |
See also: