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.
Flag indicating whether the filter is modified.
A filter working on in-memory data is considered to be modified if its filtered rows IndexSet is not full. If the data table is external the filter is considered modified if the user has changed it.
Gets a collection of methods for executing transactions on the document.
Gets or sets the type identifier for the filter. By setting this property, the filter is converted to the specified type.
Returns the filter implementation as specified type.
Generic type argument
The filter implementation, or null.
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.
Gets the value of a specified property.
The property name, case insensitive.
The property value.
Checks if there is a valid value for a specified property.
The property name, case insensitive.
true if the property has a valid value, otherwise false.
The Filter class contains a specific filter implementation. The type of filter is controlled by the property Spotfire.Dxp.Application.Filters.Filter.TypeId.
Since
2.0