Open this page in the API Guide

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

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 (25.1.0.1000)
Syntax
public NumericSetting(
	Guid id,
	string name,
	string description,
	bool isElementSpecific,
	Number defaultValue,
	ValidValuesSource validValuesSource,
	bool changesOutputMetadata
)

Parameters

id
Type: System.Guid
The setting ID.
name
Type: System.String
Name of the setting.
description
Type: System.String
The setting description.
isElementSpecific
Type: System.Boolean
Flag that specifies the current instance is attached to a data element.
defaultValue
Type: Dundas.BI.Number
The default value.
validValuesSource
Type: Dundas.BI.Data.Parameters.ValidValuesSource
The valid values source.
changesOutputMetadata
Type: System.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