The Filter class contains a specific filter implementation. The type of filter is controlled by the property TypeId.
Inheritance Hierarchy
Spotfire.Dxp.Framework.DocumentModelNode
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.FiltersFilter
Namespace: Spotfire.Dxp.Application.Filters
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.10915.3380 (30.0.10915.3380)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(2, 0)] public sealed class Filter : DocumentNode, ISearchablePropertyContainer, INamable, ILookupPropertyName
The Filter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AsT |
Returns the filter implementation as specified type.
| |
| GetPropertyValue | Gets the value of a specified property. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasPropertyValue | Checks if there is a valid value for a specified property. | |
| Reset |
Resets the filter. After calling this method, the filter does not
filter out any rows.
| |
| ToString |
Returns a String that represents the current Object.
(Overrides ObjectToString.) |
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| FilteredRows |
Gets the filtered rows.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Modified |
Flag indicating whether the filter is modified.
| |
| Name |
Gets or sets the name of this filter. The filter name is the same as the name of the referenced data column.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| TypeId | Gets or sets the type identifier for the filter.
By setting this property, the filter is converted to the specified type.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) | |
| INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) | |
| INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) | |
| INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) | |
| ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) | |
| ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) | |
| ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) | |
| ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
Version Information
See Also