Assembly: Rds;
The IRdsUniqueKey interface is used to work with unique key of MDM dictionary.
IRdsUniqueKey
A unique key is a basic identifier of records in an MDM dictionary. A key may consist of a single dictionary attribute, which values are unique for each of the elements. If the dictionary does not have a single unique attribute, the key can be composed of several attributes, which values together form a unique combination.
Property name | Brief description | |
The Attributes property returns attributes of the MDM dictionary unique key. | ||
The CaseSensitive property determines whether unique key is case sensitive. | ||
The Contains property determines whether the specified attribute is included into unique key of the MDM dictionary. | ||
The Dictionary property returns the MDM dictionary that is the owner of the unique key. | ||
The UseInSelection property determines whether unique key is used on selection creating. |
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. |
Method name | Brief description | |
The Check method checks if element values are unique by attributes included into the unique key. |
See also: