NumericSetting Constructor (Guid, String, String, Boolean, Number, Number, Boolean) |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic NumericSetting(
Guid id,
string name,
string description,
bool isElementSpecific,
Number minimumValue,
Number maximumValue,
bool changesOutputMetadata
)
Public Sub New (
id As Guid,
name As String,
description As String,
isElementSpecific As Boolean,
minimumValue As Number,
maximumValue As Number,
changesOutputMetadata As Boolean
)
public:
NumericSetting(
Guid id,
String^ name,
String^ description,
bool isElementSpecific,
Number minimumValue,
Number maximumValue,
bool changesOutputMetadata
)
new :
id : Guid *
name : string *
description : string *
isElementSpecific : bool *
minimumValue : Number *
maximumValue : Number *
changesOutputMetadata : bool -> NumericSettingParameters
- id
- Type: SystemGuid
The setting ID. - name
- Type: SystemString
Name of the setting. - description
- Type: SystemString
The setting description. - isElementSpecific
- Type: SystemBoolean
Flag that specifies the current instance is attached to a data element. - minimumValue
- Type: Dundas.BINumber
The minimum value. - maximumValue
- Type: Dundas.BINumber
The maximum value. - changesOutputMetadata
- Type: SystemBoolean
Boolean value that specifies if a change of the current parameter value changes the output metadata.
Exceptions
See Also