RangeParameterValueT Class

Base class for parameter range values.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public abstract class RangeParameterValue<T> : ParameterValue
where T : Object, IEquatable<T>

Type Parameters

T
The supported types are DateTime, Number, String and MemberValue.

The RangeParameterValueT 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 or sets a value indicating whether this instance value is inverted.
(Inherited from ParameterValue.)
Public propertyIsTokenized
Gets a value indicating whether this parameter value is based on unresolved tokens.
(Overrides ParameterValueIsTokenized.)
Public propertyLastModifiedTime
Gets or sets the time, in coordinated universal time (UTC), that the entry was last written to.
(Inherited from ParameterValue.)
Public propertyLowerBoundaryToken
Gets the lower boundary token, if applicable.
Public propertyLowerBoundaryValue
Gets the discrete lower boundary value.
Public propertyParameterId
Gets the parameter ID the current value is defined for.
(Inherited from ParameterValue.)
Public propertyToken
Gets the discrete parameter token, if applicable.
(Inherited from ParameterValue.)
Public propertyUpperBoundaryToken
Gets the upper boundary token, if applicable.
Public propertyUpperBoundaryValue
Gets the discrete upper boundary value.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from ParameterValue.)
Public methodEquals(ParameterValue)
Indicates whether the current object is equal to another object of the same type.
(Overrides ParameterValueEquals(ParameterValue).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ParameterValueGetHashCode.)
Public methodResolve
Resolves the tokens in this parameter value.
(Inherited from ParameterValue.)
Public methodResolve(IHierarchy)
Resolves the tokens in this parameter value.
(Inherited from ParameterValue.)
Public methodTransferValue
Transfers the current value to a different parameter.
(Inherited from ParameterValue.)
Top
See Also