ComponentSetting Constructor

Initializes a new instance of the ComponentSetting 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 ComponentSetting(
	string name,
	string description,
	ParameterValue defaultValue,
	UserDataType dataType,
	bool isElementSpecific,
	ValidValuesSource validValuesSource,
	bool changesOutputMetadata
)

Parameters

name  String
The component setting name.
description  String
The component setting description.
defaultValue  ParameterValue
The default value.
dataType  UserDataType
The component setting value data.
isElementSpecific  Boolean
Flag that specifies that the current instance is attached to a data element.
validValuesSource  ValidValuesSource
The source for valid values.
changesOutputMetadata  Boolean
If set to then a change in value results in a change of the output metadata.
Exceptions
ExceptionCondition
ArgumentExceptionSettings do not accept Inherited as a valid values source.
See Also