ModeAggregator factory component.
Inheritance Hierarchy
NReco.PivotData.ModeAggregatorFactory
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
The ModeAggregatorFactory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ModeAggregatorFactory(String) |
Initializes a new instance of the ModeAggregatorFactory for the specified field (single-value mode).
|
![]() | ModeAggregatorFactory(String, Boolean) |
Initializes a new instance of the ModeAggregatorFactory for the specified field and mode type (single or multi-value).
|
Properties
Name | Description | |
---|---|---|
![]() | Field | |
![]() | Multimodal |
Methods
Name | Description | |
---|---|---|
![]() | Create() | |
![]() | Create(Object) | |
![]() | Equals | (Overrides Object.Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Overrides Object.ToString().) |
Examples
See Also