FormulaMetricSet Constructor (String, String, String, IEnumerableMetricSetUsage)

Initializes a new instance of the FormulaMetricSet class.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public FormulaMetricSet(
	string name,
	string description,
	string statement,
	IEnumerable<MetricSetUsage> dependencies
)

Parameters

name
Type: SystemString
The name.
description
Type: SystemString
The description.
statement
Type: SystemString
The statement.
dependencies
Type: System.Collections.GenericIEnumerableMetricSetUsage
The dependencies.
Exceptions
ExceptionCondition
ArgumentExceptionstatement is or Emptydependencies.
See Also