CollectionDateTimeParameter Class

Class that encapsulates a CollectionDateTimeValue parameter used in a ProviderExpression.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDescriptorBase
    Dundas.BI.Data.ParametersParameter
      Dundas.BI.Data.ParametersExpressionParameter
        Dundas.BI.Data.ParametersGenericParameter
          Dundas.BI.Data.ParametersCollectionDateTimeParameter

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 CollectionDateTimeParameter : GenericParameter

The CollectionDateTimeParameter type exposes the following members.

Properties
 NameDescription
Public propertyAvailableValueTypes Gets all the parameter value types that are compatible with the current parameter.
(Inherited from GenericParameter)
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.
(Inherited from GenericParameter)
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 propertyPlaceholder Gets the parent placeholder.
(Inherited from ExpressionParameter)
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 methodAddValidValue Adds a new value to the supported list of valid values.
(Inherited from GenericParameter)
Public methodCheckValue Checks the specified value if it valid for the current instance.
(Inherited from Parameter)
Protected methodSetValidValuesSource Sets the valid values source for the current parameter.
(Inherited from GenericParameter)
Public methodToStringReturns a string that represents the current object.
(Inherited from DescriptorBase)
Top
See Also