NumericProperty Constructor (Guid, String, String, Number, Number, Number) |
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic NumericProperty(
Guid id,
string name,
string description,
Number defaultValue,
Number minimumValue,
Number maximumValue
)
Public Sub New (
id As Guid,
name As String,
description As String,
defaultValue As Number,
minimumValue As Number,
maximumValue As Number
)
public:
NumericProperty(
Guid id,
String^ name,
String^ description,
Number defaultValue,
Number minimumValue,
Number maximumValue
)
new :
id : Guid *
name : string *
description : string *
defaultValue : Number *
minimumValue : Number *
maximumValue : Number -> NumericPropertyParameters
- 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
See Also