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

Represents the engine part of a query.
Inheritance: QueryPart
Show file Open project: vijayakumarsuraj/UIAutomation

Public Methods

Method Description
UsingDefaultEngine ( ) : QueryScopePart

Updates the query to use the Default search engine.

UsingTreeWalkerEngine ( ) : QueryScopePart

Updates the query to use the TreeWalker search engine.

Private Methods

Method Description
QueryEnginePart ( Query query )

New query engine part.

Method Details

UsingDefaultEngine() public method

Updates the query to use the Default search engine.
public UsingDefaultEngine ( ) : QueryScopePart
return QueryScopePart

UsingTreeWalkerEngine() public method

Updates the query to use the TreeWalker search engine.
public UsingTreeWalkerEngine ( ) : QueryScopePart
return QueryScopePart