StringSetting(Guid, String, String, Boolean, ValidValuesSource, Boolean) Constructor |
Namespace: Dundas.BI.Data.ParametersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic StringSetting(
Guid id,
string name,
string description,
bool isElementSpecific,
ValidValuesSource validValuesSource,
bool changesOutputMetadata
)
Public Sub New (
id As Guid,
name As String,
description As String,
isElementSpecific As Boolean,
validValuesSource As ValidValuesSource,
changesOutputMetadata As Boolean
)
public:
StringSetting(
Guid id,
String^ name,
String^ description,
bool isElementSpecific,
ValidValuesSource validValuesSource,
bool changesOutputMetadata
)
new :
id : Guid *
name : string *
description : string *
isElementSpecific : bool *
validValuesSource : ValidValuesSource *
changesOutputMetadata : bool -> StringSettingParameters
- id Guid
- The setting ID.
- name String
- Name of the setting.
- description String
- The setting description.
- isElementSpecific Boolean
- Flag that specifies the current instance is attached to a data element.
- validValuesSource ValidValuesSource
- The valid values source.
- changesOutputMetadata Boolean
- Boolean value that specifies if a change of the current parameter value changes the output metadata.
Exceptions
See Also