CubeKeywordFilter Class

NReco.PivotData Class Library Documentation
Implements cube filter by list of keywords.
Inheritance Hierarchy

SystemObject
  NReco.PivotDataCubeKeywordFilter

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public class CubeKeywordFilter

The CubeKeywordFilter type exposes the following members.

Constructors

  NameDescription
Public methodCubeKeywordFilter
Initializes a new instance of the CubeKeywordFilter class
Top
Properties

  NameDescription
Public propertyKeywordQuery
Public propertyResolveAggregatorLabel
Custom handler that resolves aggregator label for matching filter hints.
Public propertyResolveDimensionKey
Custom handler that resolves dimension key for matching formatted values.
Public propertyResolveDimensionLabel
Custom handler that resolves dimension label for matching filter hints.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodFilter(IPivotData)
Filters specified IPivotData by keywords.
Public methodFilter(IPivotData, CubeKeywordFilterFilterResults)
Filters specified IPivotData by keywords.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodParse
Provides keywords parse result.
Public methodToString (Inherited from Object.)
Top
See Also

Reference