Class CubeDefinition
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Contains the dimension columns of the cube along with its type
public class CubeDefinition
- Inheritance
-
CubeDefinition
- Inherited Members
Constructors
CubeDefinition(IEnumerable<string>, CubeType)
Initializes a new instance of the CubeDefinition class.
public CubeDefinition(IEnumerable<string> dimensions, CubeType cubeType)
Parameters
dimensions
IEnumerable<string>The dimension columns of the cube
cubeType
CubeTypeThe type of the cube CubeType
Properties
CubeType
Gets the CubeType CubeType
public CubeType CubeType { get; }
Property Value
Dimensions
Gets the dimension columns
public IEnumerable<string> Dimensions { get; }
Property Value
- IEnumerable<string>
The string array of the names of the dimensions columns