FieldFilterList Members
Include Protected Members
Include Inherited Members
List of Field/value pairs used as filters when calling AllowedValues.
The FieldFilterList type exposes the following members.
Constructors
Name
Description
Top
Methods
Name
Description
Adds a filter, and returns the index of the newly added item. If an item already exists with the same FieldDefinition, the old FieldDefinition will be replaced.
Adds the given object to the list. (Inherited from VariableSizeList.)
Removes all members from the list. (Overrides VariableSizeList.Clear().)
Returns true if the value exists in the FieldFilterList; otherwise false.
Obsolete. (Inherited from VariableSizeList.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
(Inherited from VariableSizeList.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the object at the given index. (Inherited from VariableSizeList.)
Gets the type of the current instance. (Inherited from Object.)
Returns the index of the FieldFilter.
Returns the index of the Object stored in the collection. (Inherited from VariableSizeList.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Removes the specified FieldFilter.
Removes a member at the specified position. (Overrides VariableSizeList.RemoveAt(Int32).)
Returns a string that represents the current object. (Inherited from Object.)
Top
Fields
Name
Description
(Inherited from VariableSizeList.)
Top
Properties
Name
Description
(Overrides VariableSizeList.Count.)
Obsolete. (Inherited from VariableSizeList.)
Obsolete. (Inherited from VariableSizeList.)
Obsolete. (Inherited from VariableSizeList.)
Obsolete. (Inherited from VariableSizeList.)
Top
Explicit Interface Implementations
Name
Description
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
Top