C# Class Automation.UI.Tree.QueryParts.QueryOperatorPart

Represents the operator part of the conditions of a query.
Inheritance: QueryConditionPart.QueryConditionPartPart
Show file Open project: vijayakumarsuraj/UIAutomation

Public Methods

Method Description
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.

Private Methods

Method Description
QueryOperatorPart ( QueryConditionPart part )

New query operator part.

Method Details

And() public method

Sets the active binary operator to a logical "and".
public And ( ) : QueryConditionPart
return QueryConditionPart

Or() public method

Sets the active binary operator to a logical "or".
public Or ( ) : QueryConditionPart
return QueryConditionPart

Select() public method

Return the constructed query.
public Select ( ) : Query
return Query