IRangeParameterValue Interface |
Namespace: Dundas.BI.Data.Parameters
The IRangeParameterValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | IncludeLowerBoundary |
Gets a value indicating whether the range includes the lower boundary.
|
![]() | IncludeUpperBoundary |
Gets a value indicating whether the range includes the upper boundary.
|
![]() | IsInverted |
Gets a value indicating whether this instance value is inverted.
(Inherited from IParameterValue.) |
![]() | IsTokenized |
Gets a value indicating whether this parameter value is based on unresolved tokens.
(Inherited from IParameterValue.) |
![]() | LowerBoundaryToken |
Gets the lower boundary token, if applicable.
|
![]() | LowerBoundaryValue |
Gets the discrete lower boundary value.
|
![]() | ParameterId |
Gets the ID of the parameter.
(Inherited from IParameterValue.) |
![]() | Token |
Gets the discrete parameter token, if applicable.
(Inherited from IParameterValue.) |
![]() | UpperBoundaryToken |
Gets the upper boundary token, if applicable.
|
![]() | UpperBoundaryValue |
Gets the discrete upper boundary value.
|
Name | Description | |
---|---|---|
![]() | Resolve |
Resolves the tokens in this parameter value.
(Inherited from IParameterValue.) |
![]() | Resolve(IHierarchy) |
Resolves the tokens in this parameter value.
(Inherited from IParameterValue.) |