MetricSetUsage Class

Class used to hold data retrieval specific information for a metric set instance.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.MetricSetsMetricSetUsage

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class MetricSetUsage : IUniqueName

The MetricSetUsage type exposes the following members.

Constructors
 NameDescription
Public methodMetricSetUsage(MetricSet, String) Initializes a new instance of the MetricSetUsage class.
Public methodMetricSetUsage(MetricSet, String, RequestOverrides) Initializes a new instance of the MetricSetUsage class.
Public methodMetricSetUsage(MetricSet, String, IEnumerableParameterValue) Initializes a new instance of the MetricSetUsage class.
Public methodMetricSetUsage(MetricSet, String, RequestOverrides, IEnumerableParameterValue) Initializes a new instance of the MetricSetUsage class.
Top
Properties
 NameDescription
Public propertyMetricSet Gets the metric set.
Public propertyRequestOverrides Gets the query overrides for the current instance, if any.
Public propertyUniqueName Gets the metric set instance unique name.
Top
See Also