Click or drag to resize

CustomFilterCollection Properties

The CustomFilterCollection type exposes the following members.

Properties
Name Description
Public property Capacity
Gets or sets the capacity of the buffer or container represented by m_BCfc.
Public property Count
Gets the number of elements in the m_BCfc collection.
Protected property InnerList
Gets an ArrayList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase .)
Public property Item
Gets the custom filter in the specific index.
Protected property List
Gets an IList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase .)
Public property RelationShip
Gets or sets the relationship type for the filter. It determines whether the conditions are combined using AND or OR logic.
Top
See Also