IRdsCompoundDictionary

Assembly: Rds;

Namespace: Prognoz.Platform.Interop.Rds;

Description

The IRdsCompoundDictionary interface contains properties and methods of the Compound MDM dictionary section.

Inheritance Hierarchy

IRdsCompoundDictionary

Comments

The interface enables the user to work with both standard composite MDM dictionaries and composite table MDM dictionaries. One dictionary can be converted into another one, for details see the Working with Dictionaries section.

Properties

  Property name Brief description
The CheckDublicates property determines whether to add similar elements from sources into the composite MDM dictionary.
The Sources property returns a collection of dictionaries that are data sources for this composite MDM dictionary.

Properties inherited from IRdsDictionary

  Property name Brief description
The Attributes property returns a collection of attributes of the MDM dictionary.
The Compound property returns an indicator of composite MDM dictionary.
The Database property determines a database that stores dictionary data.
The DatabaseInstance property returns contents of the database that stores data of the MDM dictionary.
The property is under development.
The Distributed property determines whether an attribute that contains a unique identifier of elements in the MDM dictionary is available.
The DynamicDimInstance property determines whether dynamic loading of the MDM dictionary elements is used.
The ExportSchemas property returns a collection of export schemas of the MDM dictionary.
The HasDimMultipleValues property determines whether multiple values are loaded to IDimAttributeInstance.
The HasMandatoryAccess property determines whether mandatory access control is used for elements of the MDM dictionary.
The Hierarchical property determines whether the dictionary is hierarchical.
The ImportSchema property returns the first import schema from a collection.
The ImportSchemas property returns a collection of import schemas of the MDM dictionary.
The IsBigDictionary property determines whether the dictionary supports a large number of elements.
The Levels property returns a collection of MDM dictionary levels.
The Links property returns a collection of MDM dictionary links.
The ManageVisibility property determines whether MDM dictionary elements are hidden.
The NonUniqueKeys property returns a collection of MDM dictionary non-unique keys.
The Params property returns a collection of MDM dictionary parameters.
The RdsDatabaseInstance property returns data of the MDM repository that stores a dictionary.
The Secured property determines whether access permissions to MDM dictionary elements are controlled.
The Segments property returns a collection of MDM dictionary segments.
The TableName property determines name of the table that stores dictionary data.
The TimeDependency property determines a mode, in which elements actual period is formed.
The TimeDependent property determines whether dictionary elements are changed in time.
The Translations property returns a collection of settings that contain translation parameters of the MDM dictionary into different languages.
The Type property returns a type of the MDM dictionary.
The UniqueKeys property returns a collection of MDM dictionary unique keys.

Methods inherited from IRdsDictionary

  Method name Brief description
The AssignStructure method assigns MDM dictionary structure in accordance with specified dictionary structure.
The Open method opens an MDM dictionary.
The UpdateElementDependencies method updates a link to the Link element by the key.
The UpdateElementsDependencies method updates all links to the Link element.
The UpdateSequence method updates sequence.

See also:

Rds Assembly Interfaces