ParameterValue Class

Base class for parameter values. A parameter value encapsulates a single value, discrete or range, valid for a data object parameter.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.ParametersParameterValue
    More

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 abstract class ParameterValue : IEquatable<ParameterValue>, 
	IParameterValue

The ParameterValue type exposes the following members.

Properties
 NameDescription
Public propertyIsInverted Gets or sets a value indicating whether this instance value is inverted.
Public propertyIsTokenized Gets a value indicating whether this parameter value is based on unresolved tokens.
Public propertyLastModifiedTime Gets or sets the time, in coordinated universal time (UTC), that the entry was last written to.
Public propertyParameterId Gets the parameter ID the current value is defined for.
Public propertyToken Gets the discrete parameter token, if applicable.
Top
Methods
 NameDescription
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodEquals(ParameterValue)Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodResolve Resolves the tokens in this parameter value.
Public methodResolve(IHierarchy) Resolves the tokens in this parameter value.
Public methodTransferValue Transfers the current value to a different parameter.
Top
Operators
 NameDescription
Public operatorStatic memberEquality(ParameterValue, ParameterValue) Implements the operator == for parameter value comparisons.
Public operatorStatic memberInequality(ParameterValue, ParameterValue) Implements the operator != for parameter value comparisons.
Top
See Also
Inheritance Hierarchy