ComponentSetting Constructor |
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
)
Protected Sub New (
name As String,
description As String,
defaultValue As ParameterValue,
dataType As UserDataType,
isElementSpecific As Boolean,
validValuesSource As ValidValuesSource,
changesOutputMetadata As Boolean
)
protected:
ComponentSetting(
String^ name,
String^ description,
ParameterValue^ defaultValue,
UserDataType dataType,
bool isElementSpecific,
ValidValuesSource validValuesSource,
bool changesOutputMetadata
)
new :
name : string *
description : string *
defaultValue : ParameterValue *
dataType : UserDataType *
isElementSpecific : bool *
validValuesSource : ValidValuesSource *
changesOutputMetadata : bool -> ComponentSetting
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 See Also