The StatisticDefinition type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| Category |
Gets the category.
| |
| Description |
Gets a one or two sentence description about this statistic definition.
| |
| DisplayString |
Gets the display string for this statistic definition.
| |
| DrillDowns |
Gets the drill down lookups.
| |
| Expanded |
Gets or sets a value indicating whether this StatisticDefinition is expanded.
| |
| Flags |
Gets the flags that modify the StatisticDefinition.
| |
| Id |
Gets the unique identifier for this statistic definition.
| |
| LowerBoundType |
Gets the type of the lower bound.
| |
| LowerBoundValue |
Gets the lower bound value.
| |
| Precision |
Gets the precision.
| |
| RequiredParameters |
Gets the required parameters.
| |
| SortIndex |
The sort index is used to sort statistics in views.
| |
| Units |
Gets the StatisticUnits for this statistic definition.
| |
| UnitsDisplayString |
Gets the StatisticUnits display string.
| |
| UpperBoundType |
Gets the type of the upper bound.
| |
| UpperBoundValue |
Gets the upper bound value.
| |
| ValueType |
Gets the StatisticValueType.
|