FieldFilterList Class

List of Field/value pairs used as filters when calling AllowedValues.

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

Syntax

'Declaration
Public NotInheritable Class FieldFilterList _
    Inherits VariableSizeList
'Usage
Dim instance As FieldFilterList
public sealed class FieldFilterList : VariableSizeList
public ref class FieldFilterList sealed : public VariableSizeList
public final class FieldFilterList extends VariableSizeList

Remarks

This allows the caller to model the possible list of AllowedValues by passing in field/value pairs for the values that the collection must be modeled against. This is used to generate context-sensitive drop-down lists in a QueryBuilder control.

Inheritance Hierarchy

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

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

FieldFilterList Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace