Edit

Share via


WorkItemQueryClause Class

Definition

Represents a clause in a work item query. This shows the structure of a work item query.

[System.Runtime.Serialization.DataContract]
public class WorkItemQueryClause
type WorkItemQueryClause = class
Public Class WorkItemQueryClause
Inheritance
WorkItemQueryClause
Attributes

Constructors

WorkItemQueryClause()

Properties

Clauses

Child clauses if the current clause is a logical operator

Field

Field associated with condition

FieldValue

Right side of the condition when a field to field comparison

IsFieldValue

Determines if this is a field to field comparison

LogicalOperator

Logical operator separating the condition clause

Operator

The field operator

Value

Right side of the condition when a field to value comparison

Applies to