Initializes a new instance of the
Setting 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 Setting(
Guid id,
string name,
string description,
ParameterValue defaultValue,
UserDataType dataType,
bool isElementSpecific,
ValidValuesSource validValuesSource
)
Protected Sub New (
id As Guid,
name As String,
description As String,
defaultValue As ParameterValue,
dataType As UserDataType,
isElementSpecific As Boolean,
validValuesSource As ValidValuesSource
)
protected:
Setting(
Guid id,
String^ name,
String^ description,
ParameterValue^ defaultValue,
UserDataType dataType,
bool isElementSpecific,
ValidValuesSource validValuesSource
)
new :
id : Guid *
name : string *
description : string *
defaultValue : ParameterValue *
dataType : UserDataType *
isElementSpecific : bool *
validValuesSource : ValidValuesSource -> Setting
Parameters
- id
- Type: SystemGuid
The setting ID. - name
- Type: SystemString
The setting name. - description
- Type: SystemString
The setting description. - defaultValue
- Type: Dundas.BI.Data.ParametersParameterValue
The default value. - dataType
- Type: Dundas.BI.Data.MetadataUserDataType
The supported setting data type. - isElementSpecific
- Type: SystemBoolean
Flag that specifies that the current instance is attached to a data element. - validValuesSource
- Type: Dundas.BI.Data.ParametersValidValuesSource
The valid values source.
Exceptions See Also