Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Readonly
ItemGets the element at the specified index.
Gets or sets a value indicating whether to automatically create filters for new columns.
Gets the context of this node.
Gets the number of elements contained in this instance.
Gets a value indicating whether this node is attached.
Gets a collection of methods for executing transactions on the document.
Creates a filter and adds it to this FilterCollection. This method will make an effort to create a suitable filter for the column based on number of unique values and the column data type.
The DataColumn.
The Filter that was created and added to this FilterCollection.
Creates a filter and adds it to this FilterCollection. The filter type corresponds to the supplied filter identifier.
The filter identifier.
The data column.
The Filter that was created and added to this FilterCollection.
If this collection is empty, then the flag Spotfire.Dxp.Application.Filters.FilterCollection.AutoCreateFilters is set to true and filters are created for each column in the Spotfire.Dxp.Application.Filters.FilterCollection.DataTableReference.
Determines whether a Spotfire.Dxp.Data.DataColumn has a filter representation in this collection.
The column to locate in this collection.
true if value is found in this collection; otherwise, false.
Determines whether a named element is in this collection.
The name to locate in this collection.
true if value is found in this collection; otherwise, false.
Determines whether the specified value is in this collection.
The object to locate in this collection. The value can be null.
true if value is found in this collection; otherwise, false.
Returns an enumerator that iterates through this collection.
An System.Collections.Generic.IEnumerator for this collection.
Searches for the specified value and returns the zero-based index of the first occurrence within this collection.
The object to locate. The value can be null.
The zero-based index of the first occurrence of value within this collection, if found; otherwise, -1.
Removes the specified item.
The item.
Copies the elements of the collection to a new array.
An array containing the elements.
The FilterCollection contains the Spotfire.Dxp.Application.Filters.Filters for a specific Spotfire.Dxp.Data.DataTable in a Spotfire.Dxp.Application.Filters.FilteringScheme.
Since
2.0