Assembly: Rds;
The IRdsElementsSorter interface contains properties and methods of MDM dictionary element sorting.
IRdsElementsSorter
One MDM dictionary elements sorter can be created for one MDM dictionary. It is not allowed to recreate or reuse the sorter.
Property name | Brief description | |
The Attributes property returns attributes of the MDM dictionary element sorting. | ||
The Comparer property enables the user to set custom functions for comparing elements by the set algorithm. | ||
The Parent property returns key of the MDM dictionary element, for which the element, that executes sorting, was created. | ||
The ParentElement property returns the MDM dictionary element, for which the element, that executed sorting, was created. |
Method name | Brief description | |
The Move method moves the element, passed by the SourceKey parameter, to the specified position relative to the element passed by the TargetKey parameter. | ||
The MoveElement method moves the MDM dictionary element passed by the Source parameter to the position specified relative to the element passed by the Target parameter. | ||
The Revert method returns arrangement of the MDM dictionary elements in its initial state. | ||
The Save method saves results of dictionary elements sorting in the database. | ||
The Sort method sorts MDM dictionary elements. |
See also: