C# Class Automation.UI.Tree.QueryPart

Represents a part of a query.
Show file Open project: vijayakumarsuraj/UIAutomation

Private Properties

Property Type Description

Protected Methods

Method Description
QueryPart ( Query query )

New query part.

Method Details

QueryPart() protected method

New query part.
protected QueryPart ( Query query )
query Query The query that is being built.