The StatisticDefinition type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyCategory
Gets the category.
Public propertyDescription
Gets a one or two sentence description about this statistic definition.
Public propertyDisplayString
Gets the display string for this statistic definition.
Public propertyDrillDowns
Gets the drill down lookups.
Public propertyExpanded
Gets or sets a value indicating whether this StatisticDefinition is expanded.
Public propertyFlags
Gets the flags that modify the StatisticDefinition.
Public propertyId
Gets the unique identifier for this statistic definition.
Public propertyLowerBoundType
Gets the type of the lower bound.
Public propertyLowerBoundValue
Gets the lower bound value.
Public propertyPrecision
Gets the precision.
Public propertyRequiredParameters
Gets the required parameters.
Public propertySortIndex
The sort index is used to sort statistics in views.
Public propertyUnits
Gets the StatisticUnits for this statistic definition.
Public propertyUnitsDisplayString
Gets the StatisticUnits display string.
Public propertyUpperBoundType
Gets the type of the upper bound.
Public propertyUpperBoundValue
Gets the upper bound value.
Public propertyValueType
Gets the StatisticValueType.

See Also