Share via


SortFieldList Members

Include Protected Members
Include Inherited Members

This class represents the fields that can be used to sort a query.

The SortFieldList type exposes the following members.

Methods

 

Name

Description

Public method

Add

Overloaded. Adds a SortField to the given collection.

Protected method

AddItem

Adds the given object to the list. (Inherited from OrderedVariableSizeList.)

Public method

Clear

Removes all objects from the collection. (Overrides OrderedVariableSizeList.Clear().)

Public method

Contains

Public method

CopyTo

Obsolete. (Inherited from OrderedVariableSizeList.)

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetEnumerator

(Inherited from OrderedVariableSizeList.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Protected method

GetItem

(Inherited from OrderedVariableSizeList.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

IndexOf

Returns the index of a SortField.

Public method

IndexOfFieldId

Returns the index of a FieldDefinition Id.

Protected method

IndexOfItem

Returns the index of the Object stored in the collection. (Inherited from OrderedVariableSizeList.)

Public method

Insert

Overloaded. Adds a SortField to the collection.

Protected method

InsertItem

Inserts the specified object in the list at the specified index. (Inherited from OrderedVariableSizeList.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

Remove

Overloaded. Remove a SortField.

Public method

RemoveAt

Removes the SortField at the specified position. (Overrides OrderedVariableSizeList.RemoveAt(Int32).)

Protected method

SetItem

Puts the object into the list at the specified index. (Inherited from OrderedVariableSizeList.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

 

Name

Description

Protected field

m_version

(Inherited from OrderedVariableSizeList.)

Top

Properties

 

Name

Description

Public property

Count

Gets the number of items in this collection. (Overrides OrderedVariableSizeList.Count.)

Public property

IsFixedSize

Obsolete. (Inherited from OrderedVariableSizeList.)

Public property

IsReadOnly

Obsolete. (Inherited from OrderedVariableSizeList.)

Public property

IsSynchronized

Obsolete. (Inherited from OrderedVariableSizeList.)

Public property

Item

Gets or sets the SortField at the given index.

Public property

SyncRoot

Obsolete. (Inherited from OrderedVariableSizeList.)

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

IList.Add

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate method

IList.Clear

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate method

IList.Contains

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate method

ICollection.CopyTo

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate property

ICollection.Count

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate method

IList.IndexOf

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate method

IList.Insert

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate property

IList.IsFixedSize

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate property

IList.IsReadOnly

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate property

ICollection.IsSynchronized

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate property

IList.Item

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate method

IList.Remove

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate method

IList.RemoveAt

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate property

ICollection.SyncRoot

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate property

IVersionTag.VersionTag

(Inherited from OrderedVariableSizeList.)

Top

See Also

Reference

SortFieldList Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace