Open this page in the API Guide

Parameter Class

The base class for parameters.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public abstract class Parameter : DescriptorBase

The Parameter type exposes the following members.

Constructors
  NameDescription
Protected methodParameter
Initializes a new instance of the Parameter class.
Top
Properties
  NameDescription
Public propertyAvailableValueTypes
Gets all the parameter value types that are compatible with the current parameter.
Public propertyDefaultValue
Gets or sets the default value.
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBase.)
Public propertyEntity
Gets the EntityBase object the current instance is referencing.
Public propertyId
Gets the object ID.
(Inherited from DescriptorBase.)
Public propertyIsInvertedSelectionSupported
Gets or sets a value indicating whether this instance supports inverted selection.
Public propertyIsPublic
Gets or sets a value indicating whether this instance is public.
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBase.)
Public propertySupportedValueTypes
Gets or sets the parameter value types supported by the current instance.
Public propertyValidValues
Gets the valid values.
Top
Methods
  NameDescription
Public methodCheckValue
Checks the specified value if it valid for the current instance.
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
See Also
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.Metadata.DescriptorBase
    Dundas.BI.Data.Parameters.Parameter
      Dundas.BI.Data.Parameters.BridgeParameter
      Dundas.BI.Data.Parameters.DataAnalysisParameter
      Dundas.BI.Data.Parameters.DynamicAnalysisElementParameter
      Dundas.BI.Data.Parameters.ElementDataParameter
      Dundas.BI.Data.Parameters.ExpressionParameter
      Dundas.BI.Data.Parameters.HierarchyLevelParameter
      Dundas.BI.Data.Parameters.InheritedParameter
      Dundas.BI.Data.Parameters.MemberDrillDownParameter
      Dundas.BI.Data.Parameters.NativeStructureParameter
      Dundas.BI.Data.Parameters.ProcessParameter
      Dundas.BI.Data.Parameters.TimeHierarchyOffsetParameter