Assembly: Rds;
Namespace: Prognoz.Platform.Interop.Rds;
The IRdsDictionaryInstance interface contains properties and methods used to work with MDM dictionary data.
The AssignElements method is not available when working with a MDM table dictionary.
Property name | Brief description | |
The Attributes property returns attribute parameters of the open dictionary. | ||
The BigElements property returns an object used to work with dictionaries that support a large number of elements. | ||
The Dictionary property returns MDM dictionary parameters. | ||
The Elements property returns data of MDM dictionary elements. | ||
The FetchAll property determines whether values of system and custom attributes are loaded in cache together. | ||
The Links property returns data of MDM dictionary links. | ||
The ParamValues property returns a collection of values of parameters, with which the MDM dictionary is opened. | ||
The ShowHidden property determines whether hidden elements are included in the dictionary data. |
Method name | Brief description | |
The AssignElements method fills a tree of elements of the MDM dictionary with repository dictionary data. | ||
The CreateBatch method creates elements batch of the MDM dictionary. | ||
The ClearData method clears all the elements from an MDM dictionary. | ||
The CreateDimInstance method returns dictionary data on the base of the current set of elements of the MDM dictionary. | ||
The CreateElementData method creates an object that contains data of element attributes of the MDM dictionary. | ||
The CreateLookup method creates an object that searches MDM dictionary elements by specified attribute values. | ||
The CreateSearch method creates an object that searches MDM dictionary elements with advanced search features. | ||
The Data method returns data of a specified element. | ||
The Delete method deletes an MDM dictionary element. | ||
The ExportData method exports MDM dictionary data in accordance with chosen export scheme. | ||
The ImportData method imports MDM dictionary data in accordance with chosen import scheme. | ||
The Insert method inserts a new element to the dictionary according to the specified parameters. | ||
The Update method updates data of a specified element. |
See also: