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.
Get or set a value indicating whether Spotfire.Dxp.Application.Filters.ItemFiltering.All is allowed in this filter. If the filter value is Spotfire.Dxp.Application.Filters.ItemFiltering.All when AllowAll is set to false, the filter value will be set to Spotfire.Dxp.Application.Filters.ItemFiltering.None. If AllowAll is false, Spotfire.Dxp.Application.Filters.SingleValueColumnFilter.Reset or setting the value to Spotfire.Dxp.Application.Filters.ItemFiltering.All will have no effect.
Get or set a value indicating whether Spotfire.Dxp.Application.Filters.ItemFiltering.None is shown in the filter. Even if Spotfire.Dxp.Application.Filters.ItemFiltering.None is hidden, it may still be set in the filter.
Gets a collection of methods for executing transactions on the document.
Gets or sets the filtered value.
Setting this property to Spotfire.Dxp.Application.Filters.ItemFiltering.Empty when the filter column does not have empty values will have no effect.
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.
Representation of an ItemFilter. The item filter has the ability to filter on a single value in the column that is applies on. The value that is being filtered on is given by Spotfire.Dxp.Application.Filters.SingleValueColumnFilter.Value.
In addition to the distinct values in the Spotfire.Dxp.Application.Filters.ColumnFilter.DataColumnReference, the Item Filter can filter on the special values given by the Spotfire.Dxp.Application.Filters.ItemFiltering enumeration. The Spotfire.Dxp.Application.Filters.ItemFiltering.All value is the default value of an Item Filter. The Spotfire.Dxp.Application.Filters.ItemFiltering.None value is the last value in an Item Filter. The Spotfire.Dxp.Application.Filters.ItemFiltering.Empty value is only used when the filter column contains empty values.
Since
2.0