IRdsUniqueKeyAttributes

Assembly: Rds;

Description

The IRdsUniqueKeyAttributes interface contains properties and methods used to work with a collection of unique key attributes of the MDM dictionary.

Inheritance hierarchy

IRdsUniqueKeyAttributes

Comments

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.

Properties

  Property name Brief description

Count

The Count property returns the number of unique key attributes of MDM dictionary.

Item

The Item property returns a unique key attribute of the MDM dictionary.

Methods

  Method name Brief description

FindByAttribute

The FindByAttribute method searches and returns an attribute of the MDM dictionary unique key in case of successful search.

Move

The Move method moves an attribute inside the collection.

See also:

Rds Assembly Interfaces