ComponentSetting Constructor |
Namespace: Dundas.BI.Data.ParametersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxprotected 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 -> ComponentSettingParameters
- 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
See Also