IRangeParameterValue Interface

Range parameter value.

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 interface IRangeParameterValue : IParameterValue

The IRangeParameterValue type exposes the following members.

Properties
 NameDescription
Public propertyIncludeLowerBoundary Gets a value indicating whether the range includes the lower boundary.
Public propertyIncludeUpperBoundary Gets a value indicating whether the range includes the upper boundary.
Public propertyIsInverted Gets a value indicating whether this instance value is inverted.
(Inherited from IParameterValue)
Public propertyIsTokenized Gets a value indicating whether this parameter value is based on unresolved tokens.
(Inherited from IParameterValue)
Public propertyLowerBoundaryToken Gets the lower boundary token, if applicable.
Public propertyLowerBoundaryValue Gets the discrete lower boundary value.
Public propertyParameterId Gets the ID of the parameter.
(Inherited from IParameterValue)
Public propertyToken Gets the discrete parameter token, if applicable.
(Inherited from IParameterValue)
Public propertyUpperBoundaryToken Gets the upper boundary token, if applicable.
Public propertyUpperBoundaryValue Gets the discrete upper boundary value.
Top
Methods
 NameDescription
Public methodResolve Resolves the tokens in this parameter value.
(Inherited from IParameterValue)
Public methodResolve(IHierarchy) Resolves the tokens in this parameter value.
(Inherited from IParameterValue)
Top
See Also