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

Parameters

name
Type: SystemString
The component setting name.
description
Type: SystemString
The component setting description.
defaultValue
Type: Dundas.BI.Data.ParametersParameterValue
The default value.
dataType
Type: Dundas.BI.Data.MetadataUserDataType
The component setting value data.
isElementSpecific
Type: SystemBoolean
Flag that specifies that the current instance is attached to a data element.
validValuesSource
Type: Dundas.BI.Data.ParametersValidValuesSource
The source for valid values.
changesOutputMetadata
Type: SystemBoolean
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