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 (24.3.0.1000)
Syntax
protected Setting(
	Guid id,
	string name,
	string description,
	ParameterValue defaultValue,
	UserDataType dataType,
	bool isElementSpecific,
	ValidValuesSource validValuesSource
)

Parameters

id
Type: SystemGuid
The setting ID.
name
Type: SystemString
The setting name.
description
Type: SystemString
The setting description.
defaultValue
Type: Dundas.BI.Data.ParametersParameterValue
The default value.
dataType
Type: Dundas.BI.Data.MetadataUserDataType
The supported setting data type.
isElementSpecific
Type: SystemBoolean
Flag that specifies that the current instance is attached to a data element.
validValuesSource
Type: Dundas.BI.Data.ParametersValidValuesSource
The valid values source.
Exceptions
ExceptionCondition
ArgumentExceptionSettings do not accept Inherited as a valid values source.
See Also