FieldFilterList Class

Represents a list of field filters that can be sorted by using a query.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Common.VariableSizeList
    Microsoft.TeamFoundation.WorkItemTracking.Client.FieldFilterList

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public NotInheritable Class FieldFilterList _
    Inherits VariableSizeList
public sealed class FieldFilterList : VariableSizeList
public ref class FieldFilterList sealed : public VariableSizeList
[<Sealed>]
type FieldFilterList =  
    class 
        inherit VariableSizeList 
    end
public final class FieldFilterList extends VariableSizeList

The FieldFilterList type exposes the following members.

Constructors

  Name Description
Public method FieldFilterList

Top

Properties

  Name Description
Public property Count Gets the number of elements in this list. (Overrides VariableSizeList.Count.)
Public property IsFixedSize Obsolete. (Inherited from VariableSizeList.)
Public property IsReadOnly Obsolete. (Inherited from VariableSizeList.)
Public property IsSynchronized Obsolete. (Inherited from VariableSizeList.)
Public property Item Gets the FieldFilter instance in this list at the specified index.
Public property SyncRoot Obsolete. (Inherited from VariableSizeList.)

Top

Methods

  Name Description
Public method Add Adds the specified field filter to this list.
Public method Clear Clears this list. (Overrides VariableSizeList.Clear().)
Public method Contains Checks whether the specified FieldFilter exists in this list.
Public method CopyTo Obsolete. (Inherited from VariableSizeList.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetEnumerator (Inherited from VariableSizeList.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf Gets the index, in this list, of the specified field filter.
Public method IndexOfFieldId Gets the index of the field filter, in this list, that is specified by field ID.
Public method Remove Removes the specified FieldFilter from this list.
Public method RemoveAt Removes the FieldFilter instance from this list at the specified index. (Overrides VariableSizeList.RemoveAt(Int32).)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate method IList.Clear (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate property ICollection.Count (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate property IList.Item (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate method IList.RemoveAt (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from VariableSizeList.)
Explicit interface implemetationPrivate property IVersionTag.VersionTag (Inherited from VariableSizeList.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace