BridgeParameter Methods

The BridgeParameter type exposes the following members.

Methods
  NameDescription
Public methodAttachParameter(Parameter, String)
Attaches the data cube parameter to the current instance, using the specified expression.
Public methodAttachParameter(Parameter, ParameterValue, String)
Attaches the data cube parameter to the current instance, using the specified expression.
Public methodCheckValue
Checks the specified value if it valid for the current instance.
(Inherited from Parameter.)
Public methodDetachParameter
Detaches the parameter with the specified ID from the current instance.
Public methodResolveValue
Resolves the value for the specified attached parameter.
Public methodResolveValues
Resolves all the values for the attached parameters.
Public methodTestValue
Tests the value for the specified attached parameter.
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
See Also