Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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.
ReadonlyItemGets the element at the specified index.
Gets the filtered rows.
The returned Spotfire.Dxp.Data.IndexSet can be used to read which rows are included and which are filtered out from the filter collection. It should not be used to modify the filtered rows since this is a computed property which will change when users modify the setting of any individual filter. To filter individual values, instead use the Spotfire.Dxp.Application.Filters.CheckBoxFilter's Check(value) and Uncheck(value) methods.
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.
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
Generic type argument
The action to apply.
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.
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