QueryCondition Class
Visual Studio 2010
Provides an abstract base class for query conditions.
System.Object
Microsoft.VisualStudio.TestTools.UITest.Extension.QueryCondition
Microsoft.VisualStudio.TestTools.UITest.Extension.AndCondition
Microsoft.VisualStudio.TestTools.UITest.Extension.FilterCondition
Microsoft.VisualStudio.TestTools.UITest.Extension.PropertyCondition
Microsoft.VisualStudio.TestTools.UITest.Extension.QueryCondition
Microsoft.VisualStudio.TestTools.UITest.Extension.AndCondition
Microsoft.VisualStudio.TestTools.UITest.Extension.FilterCondition
Microsoft.VisualStudio.TestTools.UITest.Extension.PropertyCondition
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
The QueryCondition type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | QueryCondition() | Initializes a new instance of the QueryCondition class. |
![]() | QueryCondition(IQueryCondition[]) | Initializes a new instance of the QueryCondition class by using the provided array of nested query conditions. |
| Name | Description | |
|---|---|---|
![]() | Conditions | Gets or sets an array of nested query conditions. |
![]() | ConditionsWrapper | Gets or sets the nested conditions for serialization. |
![]() | Name | Gets or sets the name of this query condition. |
| Name | Description | |
|---|---|---|
![]() | BindParameters | Binds parameters to properties in this query condition by using the given value map. |
![]() | Equals | Returns a value that indicates whether the provided object is equal to this query condition. (Overrides Object.Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides Object.GetHashCode().) |
![]() | GetPropertyValue | Retrieves the value of the named property, if it exists. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Match | Returns a value that indicates whether the provided element matches the current query condition. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ParameterizeProperty | Parameterizes the given property by using the given parameter name. |
![]() | ToString | Returns a string representation of this condition. (Overrides Object.ToString().) |
