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 default filtering scheme.
The default Spotfire.Dxp.Application.Filters.FilteringScheme is the one that corresponds to Spotfire.Dxp.Data.DataFilteringSelectionCollection.DefaultFilteringReference
Gets a collection of methods for executing transactions on the document.
Sets Spotfire.Dxp.Application.Filters.FilteringSchemeCollection.AutoConfigureFilteringSchemes to true and runs Spotfire.Dxp.Application.Filters.FilteringScheme.AutoConfigure on all FilteringSchemes.
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.
Copies the elements of the collection to a new array.
An array containing the elements.
Collection of all FilteringSchemes in this Spotfire.Dxp.Application.Document.
Remark
The contents of this collection is kept in sync with the data filtering selection collection owned by the data manager. Filtering schemes cannot be explicitly added to or removed from this collection but they can be implicitly added or removed by adding or removing filtering selections.
Since
2.0