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

Represents the operator part of the conditions of a query.
Inheritance: QueryConditionPart.QueryConditionPartPart
Afficher le fichier Open project: vijayakumarsuraj/UIAutomation

Méthodes publiques

Méthode 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

Méthode Description
QueryOperatorPart ( QueryConditionPart part )

New query operator part.

Method Details

And() public méthode

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

Or() public méthode

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

Select() public méthode

Return the constructed query.
public Select ( ) : Query
Résultat Query