BooleanParameter Class |
Namespace: Dundas.BI.Data.Parameters
The BooleanParameter type exposes the following members.
Name | Description | |
---|---|---|
AvailableValueTypes |
Gets all the parameter value types that are compatible with the current parameter.
(Inherited from GenericParameter.) | |
DefaultValue |
Gets or sets the default value.
(Inherited from Parameter.) | |
Description |
Gets or sets the object description.
(Inherited from DescriptorBase.) | |
Entity |
Gets the EntityBase object the current instance is referencing.
(Inherited from Parameter.) | |
Id |
Gets the object ID.
(Inherited from DescriptorBase.) | |
IsInvertedSelectionSupported |
Gets or sets a value indicating whether this instance supports inverted selection.
(Inherited from GenericParameter.) | |
IsPublic |
Gets or sets a value indicating whether this instance is public.
(Inherited from Parameter.) | |
Name |
Gets or sets the object name.
(Inherited from DescriptorBase.) | |
Placeholder |
Gets the parent placeholder.
(Inherited from ExpressionParameter.) | |
SupportedValueTypes |
Gets or sets the parameter value types supported by the current instance.
(Inherited from Parameter.) | |
ValidValues |
Gets the valid values.
(Inherited from Parameter.) |
Name | Description | |
---|---|---|
AddValidValue(Boolean, String, String) |
Adds a new value to the supported list of valid values.
| |
AddValidValue(ParameterValue, String, String) |
Adds a new value to the supported list of valid values.
(Inherited from GenericParameter.) | |
CheckValue |
Checks the specified value if it valid for the current instance.
(Inherited from Parameter.) | |
SetValidValuesSource |
Sets the valid values source for the current parameter.
(Inherited from GenericParameter.) | |
ToString | Returns a string that represents the current object. (Inherited from DescriptorBase.) |