DimensionDefinition Constructors
A dimension definition.| Name | Parameters | Description |
|---|---|---|
| DimensionDefinition(String, DateTimeGroupInterval) | dataMember, dateTimeGroupInterval | Initializes a new instance of the DimensionDefinition class with the specified data member and specified group interval. |
| DimensionDefinition(String, TextGroupInterval) | dataMember, textGroupInterval | Initializes a new instance of the DimensionDefinition class with the specified data member and specified group interval. |
| DimensionDefinition(String) | dataMember | Initializes a new instance of the DimensionDefinition class with the specified data member. |
See Also