C# Класс Automation.UI.Tree.QueryParts.QueryOperatorPart

Represents the operator part of the conditions of a query.
Наследование: QueryConditionPart.QueryConditionPartPart
Показать файл Открыть проект

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

Метод Описание
And ( ) : QueryConditionPart

Sets the active binary operator to a logical "and".

Or ( ) : QueryConditionPart

Sets the active binary operator to a logical "or".

Select ( ) : Query

Return the constructed query.

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

Метод Описание
QueryOperatorPart ( QueryConditionPart part )

New query operator part.

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

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

Sets the active binary operator to a logical "and".
public And ( ) : QueryConditionPart
Результат QueryConditionPart

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

Sets the active binary operator to a logical "or".
public Or ( ) : QueryConditionPart
Результат QueryConditionPart

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

Return the constructed query.
public Select ( ) : Query
Результат Query