Name | Description | |
---|---|---|
![]() | FilterItemCollection Constructor | Creates a custom filter collection. |
The following tables list the members exposed by FilterItemCollection.
Name | Description | |
---|---|---|
![]() | FilterItemCollection Constructor | Creates a custom filter collection. |
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | |
![]() | Item | Gets a custom filter item from the collection. |
Name | Description | |
---|---|---|
![]() | InnerList | (Inherited from System.Collections.CollectionBase) |
![]() | List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | Add | Adds a filter item to the collection. |
![]() | Clear | Removes the custom filter items from the filter item list. This method does not remove the DefaultFilterItem from the list if it exists. |
![]() | Deserialize | Overloaded. Internal implementation of ISerializeSupport interface method. Internal use only. |
![]() | GetEnumerator | |
![]() | IndexOf | |
![]() | Insert | Inserts a filter item into the collection at a specified location. |
![]() | Remove | |
![]() | RemoveAt | Removes the specified custom filter item from the filter item list. This method does not remove the DefaultfilterItem from the list if it exists. |
![]() | Serialize | Saves the object to XML. |
Name | Description | |
---|---|---|
![]() | OnClear | (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | (Inherited from System.Collections.CollectionBase) |