Setting Constructor

Initializes a new instance of the Setting class.

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
protected Setting(
	Guid id,
	string name,
	string? description,
	ParameterValue defaultValue,
	UserDataType dataType,
	bool isElementSpecific,
	ValidValuesSource validValuesSource
)

Parameters

id  Guid
The setting ID.
name  String
The setting name.
description  String
The setting description.
defaultValue  ParameterValue
The default value.
dataType  UserDataType
The supported setting data type.
isElementSpecific  Boolean
Flag that specifies that the current instance is attached to a data element.
validValuesSource  ValidValuesSource
The valid values source.
Exceptions
ExceptionCondition
ArgumentExceptionSettings do not accept Inherited as a valid values source.
See Also