IMetabaseObjectFindInfo

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The IMetabaseObjectFindInfo interface contains properties used to set conditions for search of the repository objects.

Inheritance hierarchy

          IMetabaseObjectFindInfo

Comments

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.

Properties

  Property name Brief description

Attribute

The Attribute property determines an attribute by the values of which the search is performed.

AttributeEx

The AttributeEx property determines the attribute by values of which the search will be performed.

CaseSensitive

The CaseSensitive property determines whether the search is case-sensitive.

ClassId

The ClassId property determines class of the objects which will be checked on searching.

ScanHiddenFolders

The ScanHiddenFolders property determines whether the search is performed in the hidden folders.

ScanNestedNamespaces

The ScanNestedNameSpaces property determines if the nested namespaces are checked.

Scope

The Scope property determines the area for search.

Text

The Text property determines the text for search.

WholeWordsOnly

The WholeWordsOnly property determines whether search will be performed by the whole string.

See also:

Metabase Assembly Interfaces