IRdsDictionaryConverter

Assembly: Rds;

Namespace: Prognoz.Platform.Interop.Rds;

Description

The IRdsDictionaryConverter interface is used to convert an MDM dictionary to a table MDM dictionary.

Inheritance hierarchy

          IRdsDictionaryConverter

Comments

An MDM dictionary is converted taking into account permissions and privileges of the user who executes this operation:

Restrictions and features of converting an MDM dictionary to a table MDM dictionary:

The table dictionary received after conversion, has the same parameters, settings, attributes, data, configured security subjects and access permissions, import and export schemes, and object key. For details about dictionary conversion see the Working with Dictionaries section.

Properties

  Property name Brief description
AllDictionary The AllDictionary property returns the list of MDM dictionaries converted to table MDM dictionaries.

Methods

  Method name Brief description
The AllRdsDatabase method checks MDM repository and returns the list of MDM dictionaries converted to table MDM dictionaries.
The Convert method converts an MDM dictionary to a table MDM dictionary.
The ConvertAll method converts all MDM dictionaries to table MDM dictionaries.

See also:

Rds Assembly Interfaces