NumericProperty Constructor (Guid, String, String, Number, Number, Number)

Initializes a new instance of the NumericProperty class.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public NumericProperty(
	Guid id,
	string name,
	string description,
	Number defaultValue,
	Number minimumValue,
	Number maximumValue
)

Parameters

id
Type: SystemGuid
The property ID.
name
Type: SystemString
Name of the property.
description
Type: SystemString
The property description.
defaultValue
Type: Dundas.BINumber
The default value.
minimumValue
Type: Dundas.BINumber
The minimum value.
maximumValue
Type: Dundas.BINumber
The maximum value.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException must be between and .
See Also