[]
Provides a ValueFilterItemCollection object used as a collection of alternative ValueFilterItem elements.
public class FilterItemValueCollection : ICollection<FilterItemValue>, IEnumerable<FilterItemValue>, IEnumerable, ISerializeSupport
Public Class FilterItemValueCollection
Implements ICollection(Of FilterItemValue), IEnumerable(Of FilterItemValue), IEnumerable, ISerializeSupport
| Name | Description |
|---|---|
| FilterItemValueCollection() | Creates a ValueFilterItemCollection instance. |
| Name | Description |
|---|---|
| Count | Gets the number of elements actually contained in the collection. |
| Name | Description |
|---|---|
| Add(FilterItemValue) | Adds a ValueFilterItem object to the end of the collection. |
| Clear() | Removes all elements from the collection. |
| Contains(FilterItemValue) | Determines whether a ValueFilterItem element is in the collection. |
| CopyTo(FilterItemValue[], int) | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| GetEnumerator() | Returns an enumerator that iterates through the collection. |
| Remove(FilterItemValue) | Removes the first occurrence of a specific object from the collection. |
| Serialize(XmlTextWriter) | Saves the object to XML. |