Setting Class |
Namespace: Dundas.BI.Data.Parameters
The Setting type exposes the following members.
Name | Description | |
---|---|---|
AvailableValueTypes |
Gets the available parameter value types for the current instance.
| |
DataType |
Gets the component setting type.
| |
DefaultValue |
Gets the default value.
| |
Description |
Gets or sets the object description.
(Inherited from DescriptorBase.) | |
HasValidValues |
Gets a value indicating whether this instance has valid values.
| |
Id |
Gets the object ID.
(Inherited from DescriptorBase.) | |
IsElementSpecific |
Gets a value indicating whether the setting is applied to a data element.
| |
Name |
Gets or sets the object name.
(Inherited from DescriptorBase.) | |
ValidValues |
Gets the valid values for the current instance.
|
Name | Description | |
---|---|---|
AddValidValue(Boolean, String, String) |
Adds a new value to the supported list of valid values.
| |
AddValidValue(DateTime, String, String) |
Adds a new value to the supported list of valid values.
| |
AddValidValue(String, String, String) |
Adds a new value to the supported list of valid values.
| |
AddValidValue(Number, String, String) |
Adds a new value to the supported list of valid values.
| |
AddValidValue(ParameterToken, String, String) |
Adds a new value to the supported list of valid values.
| |
AddValidValue(Boolean, CompatibleDataTypes, String, String) |
Adds a new value to the supported list of valid values.
| |
AddValidValue(DateTime, CompatibleDataTypes, String, String) |
Adds a new value to the supported list of valid values.
| |
AddValidValue(String, CompatibleDataTypes, String, String) |
Adds a new value to the supported list of valid values.
| |
AddValidValue(Number, CompatibleDataTypes, String, String) |
Adds a new value to the supported list of valid values.
| |
AddValidValue(ParameterToken, CompatibleDataTypes, String, String) |
Adds a new value to the supported list of valid values.
| |
CheckValue |
Checks the value for validity against any boundaries or existing valid values.
| |
CheckValueAgainstBoundaries |
Checks the value for validity only against existing boundaries.
| |
ToString | Returns a string that represents the current object. (Inherited from DescriptorBase.) |