NumericProperty Constructor (Guid, String, String, Boolean, ValidValuesSource) |
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,
bool integersOnly,
ValidValuesSource validValuesSource
)
Public Sub New (
id As Guid,
name As String,
description As String,
integersOnly As Boolean,
validValuesSource As ValidValuesSource
)
public:
NumericProperty(
Guid id,
String^ name,
String^ description,
bool integersOnly,
ValidValuesSource validValuesSource
)
new :
id : Guid *
name : string *
description : string *
integersOnly : bool *
validValuesSource : ValidValuesSource -> NumericPropertyParameters
- 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