FilterItemValueCollection Class Members
In This Topic
The following tables list the members exposed by FilterItemValueCollection.
Public Constructors
Public Properties
| | Name | Description |
 | Count |
Gets the number of elements actually contained in the collection.
|
Top
Public Methods
| | Name | Description |
 | Add |
Adds a ValueFilterItem object to the end of the collection.
|
 | Clear |
Removes all elements from the collection.
|
 | Contains |
Determines whether a ValueFilterItem element is in the collection.
|
 | CopyTo |
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
 | Deserialize |
Loads the object from XML.
|
 | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
 | Remove |
Removes the first occurrence of a specific object from the collection.
|
 | Serialize |
Saves the object to XML.
|
Top
See Also