IRdsNonUniqueKeys

Assembly: Rds;

Description

The IRdsNonUniqueKeys interface is used to work with a collection of non-unique keys of MDM dictionary.

Inheritance hierarchy

          IRdsNonUniqueKeys

Comments

Use the IRdsNonUniqueKey interface to work with non-unique keys of MDM dictionary.

Properties

  Property name Brief description

Count

The Count property returns the number of non-unique keys of the MDM dictionary.

Item

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

Methods

  Method name Brief description
Add The Add method creates a new non-unique key of the MDM dictionary.
Clear The Clear method clears all non-unique keys of the MDM dictionary.
FindById The FindById method searches a non-unique key by identifier in the MDM dictionary.
FindByKey The FindByKey method searches a non-unique key by key in the MDM dictionary.
Remove The Remove method removes a non-unique key by index in the MDM dictionary.
RemoveByKey The RemoveByKey method removes a non-unique key by key in the MDM dictionary.

See also:

Rds Assembly Interfaces