MeasureSetSetting Constructor (Guid, String, String, IListString)

Initializes a new instance of the MeasureSetSetting class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public MeasureSetSetting(
	Guid id,
	string name,
	string description,
	IList<string> values
)

Parameters

id
Type: SystemGuid
The setting ID.
name
Type: SystemString
Name of the setting.
description
Type: SystemString
The setting description.
values
Type: System.Collections.GenericIListString
The selected measure unique names.
See Also