Class FilterCollection
Implements
System.Collections.Generic.IList<Filter>
System.Collections.Generic.ICollection<Filter>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<Filter>
System.Collections.Generic.IReadOnlyCollection<Filter>
System.Collections.Generic.IEnumerable<Filter>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.Clear()
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.CopyTo(FChoice.Foundation.Filters.Filter[], System.Int32)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.GetEnumerator()
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.IndexOf(FChoice.Foundation.Filters.Filter)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.Insert(System.Int32, FChoice.Foundation.Filters.Filter)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.Remove(FChoice.Foundation.Filters.Filter)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.ClearItems()
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.InsertItem(System.Int32, FChoice.Foundation.Filters.Filter)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.SetItem(System.Int32, FChoice.Foundation.Filters.Filter)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.Count
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.Items
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.Item[System.Int32]
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.Generic.ICollection<FChoice.Foundation.Filters.Filter>.IsReadOnly
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<FChoice.Foundation.Filters.Filter>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Filters
Assembly: fcSDK.dll
Syntax
public class FilterCollection : Collection<Filter>, IList<Filter>, ICollection<Filter>, IList, ICollection, IReadOnlyList<Filter>, IReadOnlyCollection<Filter>, IEnumerable<Filter>, IEnumerable
Methods
Add(Filter)
Declaration
public Filter Add(Filter filter)
Parameters
Type | Name | Description |
---|---|---|
Filter | filter |
Returns
Type | Description |
---|---|
Filter |
Contains(Filter)
Declaration
public bool Contains(Filter filter)
Parameters
Type | Name | Description |
---|---|---|
Filter | filter |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable