BridgeParameter Class

Class that encapsulates a parameter defined as a bridge between a specific typed input and one or more Parameters defined within a DataCube.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDescriptorBase
    Dundas.BI.Data.ParametersParameter
      Dundas.BI.Data.ParametersBridgeParameter

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class BridgeParameter : Parameter

The BridgeParameter type exposes the following members.

Properties
 NameDescription
Public propertyAttachedParameters Gets the attached parameters information.
Public propertyAvailableValueTypes Gets all the parameter value types that are compatible with the current parameter.
(Overrides ParameterAvailableValueTypes)
Public propertyDefaultValue Gets or sets the default value.
(Overrides ParameterDefaultValue)
Public propertyDescription Gets or sets the object description.
(Inherited from DescriptorBase)
Public propertyEntity Gets the EntityBase object the current instance is referencing.
(Inherited from Parameter)
Public propertyHierarchy Gets the input hierarchy, if the input type is hierarchy specific.
Public propertyId Gets the object ID.
(Inherited from DescriptorBase)
Public propertyIsInvertedSelectionSupported Gets or sets a value indicating whether this instance supports inverted selection.
(Overrides ParameterIsInvertedSelectionSupported)
Public propertyIsPublic Gets or sets a value indicating whether this instance is public.
(Inherited from Parameter)
Public propertyName Gets or sets the object name.
(Inherited from DescriptorBase)
Public propertyOrigin Gets the name of the source structure from which the parameter is retrieved from.
(Inherited from Parameter)
Public propertySupportedValueTypes Gets or sets the parameter value types supported by the current instance.
(Inherited from Parameter)
Public propertyValidValues Gets the valid values.
(Inherited from Parameter)
Top
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 methodToStringReturns a string that represents the current object.
(Inherited from DescriptorBase)
Top
See Also