InheritedParameter Class

Class used to represent a parameter based on another parameter, defined within a different entity.
Inheritance Hierarchy

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

The InheritedParameter type exposes the following members.

Properties
  NameDescription
Public propertyAvailableValueTypes
Gets the value type for the values that are available for the current instance.
(Overrides ParameterAvailableValueTypes.)
Public propertyChildEntityUniqueName
Gets the unique name of the child entity that exposes the source parameter.
Public propertyDefaultValue
Gets or sets the default value.
(Inherited from Parameter.)
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 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 propertyOriginalParameter
Gets the original parameter source for the current instance.
Public propertySourceParameter
Gets the source 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 methodCheckValue
Checks the specified value if it valid for the current instance.
(Inherited from Parameter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
See Also