NumericProperty Constructor (Guid, String, String, Boolean, ValidValuesSource)

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,
	bool integersOnly,
	ValidValuesSource validValuesSource
)

Parameters

id
Type: SystemGuid
The property ID.
name
Type: SystemString
Name of the property.
description
Type: SystemString
The property description.
integersOnly
Type: SystemBoolean
Flag specifying if the numeric value have no fractional part.
validValuesSource
Type: Dundas.BI.Data.ParametersValidValuesSource
The supported type of valid values.
See Also