BridgeParameter Class |
Namespace: Dundas.BI.Data.Parameters
The BridgeParameter type exposes the following members.
Name | Description | |
---|---|---|
AttachedParameters |
Gets the attached parameters information.
| |
AvailableValueTypes |
Gets all the parameter value types that are compatible with the current parameter.
(Overrides ParameterAvailableValueTypes.) | |
DefaultValue |
Gets or sets the default value.
(Overrides ParameterDefaultValue.) | |
Description |
Gets or sets the object description.
(Inherited from DescriptorBase.) | |
Entity |
Gets the EntityBase object the current instance is referencing.
(Inherited from Parameter.) | |
Hierarchy |
Gets the input hierarchy, if the input type is hierarchy specific.
| |
Id |
Gets the object ID.
(Inherited from DescriptorBase.) | |
IsInvertedSelectionSupported |
Gets or sets a value indicating whether this instance supports inverted selection.
(Overrides ParameterIsInvertedSelectionSupported.) | |
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.) | |
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 | |
---|---|---|
AttachParameter(Parameter, String) |
Attaches the data cube parameter to the current instance, using the specified expression.
| |
AttachParameter(Parameter, ParameterValue, String) |
Attaches the data cube parameter to the current instance, using the specified expression.
| |
CheckValue |
Checks the specified value if it valid for the current instance.
(Inherited from Parameter.) | |
DetachParameter |
Detaches the parameter with the specified ID from the current instance.
| |
ResolveValue |
Resolves the value for the specified attached parameter.
| |
ResolveValues |
Resolves all the values for the attached parameters.
| |
TestValue |
Tests the value for the specified attached parameter.
| |
ToString | Returns a string that represents the current object. (Inherited from DescriptorBase.) |