C# Класс BExplorer.Shell.SearchCondition

Exposes properties and methods for retrieving information about a search condition.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
SearchCondition BExplorer.Shell.Interop

Открытые методы

Метод Описание
Dispose ( ) : void

Release the native objects.

GetSubConditions ( ) : IEnumerable

Retrieves an array of the sub-conditions.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Release the native objects.

Приватные методы

Метод Описание
SearchCondition ( ICondition nativeSearchCondition ) : BExplorer.Shell.Interop

Описание методов

Dispose() публичный Метод

Release the native objects.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

Release the native objects.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetSubConditions() публичный Метод

Retrieves an array of the sub-conditions.
public GetSubConditions ( ) : IEnumerable
Результат IEnumerable