NumericProperty Constructor (Guid, String, String, Number, ValidValuesSource) |
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public NumericProperty(
Guid id,
string name,
string description,
Number defaultValue,
ValidValuesSource validValuesSource
)
Public Sub New (
id As Guid,
name As String,
description As String,
defaultValue As Number,
validValuesSource As ValidValuesSource
)
public:
NumericProperty(
Guid id,
String^ name,
String^ description,
Number defaultValue,
ValidValuesSource validValuesSource
)
new :
id : Guid *
name : string *
description : string *
defaultValue : Number *
validValuesSource : ValidValuesSource -> NumericProperty
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. - validValuesSource
- Type: Dundas.BI.Data.ParametersValidValuesSource
The valid values source.
See Also