Open this page in the API Guide

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
System.Object
  Dundas.BI.Data.Parameters.ParameterValue
    More...

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.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 Object.Equals(Object).)
Public methodEquals(ParameterValue)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides Object.GetHashCode().)
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
Implements the operator == for parameter value comparisons.
Public operatorStatic memberInequality
Implements the operator != for parameter value comparisons.
Top
See Also
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.Parameters.ParameterValue
    Dundas.BI.Data.Parameters.AnalysisElementValue
    Dundas.BI.Data.Parameters.CollectionParameterValue<T>
    Dundas.BI.Data.Parameters.ConnectorElementValue
    Dundas.BI.Data.Parameters.FileValue
    Dundas.BI.Data.Parameters.HierarchyLevelValue
    Dundas.BI.Data.Parameters.LogicalValue
    Dundas.BI.Data.Parameters.MemberDrillDownValue
    Dundas.BI.Data.Parameters.RangeParameterValue<T>
    Dundas.BI.Data.Parameters.ReferencedParameterValue
    Dundas.BI.Data.Parameters.SingleParameterValue<T>
    Dundas.BI.Data.Parameters.TimeHierarchyOffsetValue