This documentation is archived and is not being maintained.
SortField Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The SortField type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SortField(FieldDefinition, SortType) | Initializes a new SortField instance. |
![]() | SortField(WorkItemStore, String, SortType) | Initializes a new SortField instance. |
| Name | Description | |
|---|---|---|
![]() | FieldDefinition | Gets the FieldDefinition of this field. |
![]() | SortType | Gets the order by which this field is sorted. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The results of a query are represented by the WorkItemCollection class. The SortField represents the fields that may be used to sort the contents of a WorkItemCollection.
Show:
