Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseObjectFindInfo interface contains properties used to set conditions for search of the repository objects.
IMetabaseObjectFindInfo
Search conditions can be obtained by using the IMetabase.CreateFindInfo method.
The determined search conditions are used by the IMetabase.Find method to search objects.
Property name | Brief description | |
The Attribute property determines an attribute by the values of which the search is performed. | ||
The AttributeEx property determines the attribute by values of which the search will be performed. | ||
The CaseSensitive property determines whether the search is case-sensitive. | ||
The ClassId property determines class of the objects which will be checked on searching. | ||
The ScanHiddenFolders property determines whether the search is performed in the hidden folders. | ||
The ScanNestedNameSpaces property determines if the nested namespaces are checked. | ||
The Scope property determines the area for search. | ||
The Text property determines the text for search. | ||
The WholeWordsOnly property determines whether search will be performed by the whole string. |
See also: