Assembly: Rds;
Namespace: Prognoz.Platform.Interop.Rds;
The IRdsDictionaryElementsSearch interface contains properties and methods used to search elements of the MDM dictionary with advanced search settings.
IRdsDictionaryElementsSearch
Property name | Brief description | |
The Attributes property returns the list of attributes, by which values search is executed. | ||
The Condition property returns the collection of search conditions. | ||
The Elements property returns the collection of elements, by the which attribute values search should be executed. | ||
IsIterator | The IsIterator property returns whether search is executed in elements obtained from the dictionary iterator. | |
SelectSearchValue | The SelectSearchValue property determines condition of the search by value. |
Method name | Brief description | |
The FindAll method searches all element that meet search conditions and returns an array, which contains keys of found elements. | ||
The FindAllList method searches all elements that meet search conditions and returns the collection of found elements. | ||
The FindFirst method searches the first element that meets search conditions and returns key of the found element if search was successful. | ||
The FindFirstElement method searches the first element that meets search conditions and returns parameters of the found element if search was successful. | ||
The FindNext method searches the next element that meets search conditions and returns key of the found element if search was successful. | ||
The FindNextElement method searches the next element that meets search conditions and returns parameters of the found element if search was successful. | ||
SetIterator | The SetIterator method sets the iterator, in which element search is executed. | |
The SetTextCriteria method determines search condition by the text of attributes. |
See also: