Open this page in the API Guide

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

Parameters

name
Type: System.String
The component setting name.
description
Type: System.String
The component setting description.
defaultValue
Type: Dundas.BI.Data.Parameters.ParameterValue
The default value.
dataType
Type: Dundas.BI.Data.Metadata.UserDataType
The component setting value data.
isElementSpecific
Type: System.Boolean
Flag that specifies that the current instance is attached to a data element.
validValuesSource
Type: Dundas.BI.Data.Parameters.ValidValuesSource
The source for valid values.
changesOutputMetadata
Type: System.Boolean
If set to true 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