NumericSetting(Guid, String, String, Boolean, Number, ValidValuesSource, Boolean) Constructor

Initializes a new instance of the NumericSetting class.

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public NumericSetting(
	Guid id,
	string name,
	string description,
	bool isElementSpecific,
	Number defaultValue,
	ValidValuesSource validValuesSource,
	bool changesOutputMetadata
)

Parameters

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.
defaultValue  Number
The default value.
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
ExceptionCondition
ArgumentExceptionSettings do not accept Inherited as a valid values source.
See Also