Implements cube filter by list of keywords.
Inheritance Hierarchy
NReco.PivotDataCubeKeywordFilter
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The CubeKeywordFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CubeKeywordFilter | Initializes a new instance of the CubeKeywordFilter class |
Properties
Name | Description | |
---|---|---|
KeywordQuery | ||
ResolveAggregatorLabel |
Custom handler that resolves aggregator label for matching filter hints.
| |
ResolveDimensionKey |
Custom handler that resolves dimension key for matching formatted values.
| |
ResolveDimensionLabel |
Custom handler that resolves dimension label for matching filter hints.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Filter(IPivotData) |
Filters specified IPivotData by keywords.
| |
Filter(IPivotData, CubeKeywordFilterFilterResults) |
Filters specified IPivotData by keywords.
| |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Parse |
Provides keywords parse result.
| |
ToString | (Inherited from Object.) |
See Also