DimensionDefinition Members
A dimension definition.Constructors
| Name | Description |
|---|---|
| DimensionDefinition(String, DateTimeGroupInterval) | Initializes a new instance of the DimensionDefinition class with the specified data member and specified group interval. |
| DimensionDefinition(String, TextGroupInterval) | Initializes a new instance of the DimensionDefinition class with the specified data member and specified group interval. |
| DimensionDefinition(String) | Initializes a new instance of the DimensionDefinition class with the specified data member. |
Properties
| Name | Description |
|---|---|
| DataMember | Gets the data member for the current data item definition. Inherited from DataItemDefinition. |
| DateTimeGroupInterval | Gets a group interval for date-time values for the current dimension definition. |
| TextGroupInterval | Gets a group interval for string values for the current dimension definition. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current DimensionDefinition instance. |
| GetHashCode() | Gets the hash code that corresponds to the value of the current DimensionDefinition object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the string that represents the current object. Inherited from DataItemDefinition. |
See Also