ElementDataParameter Class

Class that encapsulates a parameter used in a DataProcess to restrict the queried records for the parent DataCube entity to a set of user-defined values. The parameter is attached to a specified ConnectorElement.
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 ElementDataParameter : Parameter

The ElementDataParameter type exposes the following members.

Constructors
  NameDescription
Public methodElementDataParameter
Initializes a new instance of the ElementDataParameter class.
Top
Properties
  NameDescription
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.
(Inherited from Parameter.)
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBase.)
Public propertyElement
Gets the ConnectorElement the parameter is attached to.
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 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.
(Overrides ParameterCheckValue(ParameterValue).)
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
See Also