NumericProperty Constructor (Guid, String, String, 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 minimumValue,
	Number maximumValue
)

Parameters

id
Type: SystemGuid
The property ID.
name
Type: SystemString
Name of the property.
description
Type: SystemString
The property description.
minimumValue
Type: Dundas.BINumber
The minimum value.
maximumValue
Type: Dundas.BINumber
The maximum value.
See Also