Open this page in the API Guide

MeasureSetSetting Constructor (Guid, String, String, IList<String>)

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 (25.1.0.1000)
Syntax
public MeasureSetSetting(
	Guid id,
	string name,
	string description,
	IList<string> values
)

Parameters

id
Type: System.Guid
The setting ID.
name
Type: System.String
Name of the setting.
description
Type: System.String
The setting description.
values
Type: System.Collections.Generic.IList<String>
The selected measure unique names.
See Also