This enumeration class is used to specify the category of a
DataMethod.
Inheritance Hierarchy
Spotfire.Dxp.Data.ComputationsDataMethodCategory
Namespace: Spotfire.Dxp.Data.Computations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class DataMethodCategory
The DataMethodCategory type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| AggregationMethod | An aggregation method.
| |
| ColumnMethod | A column calculation method.
|
Version Information
See Also