IParameterValue Interface

Parameter value.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public interface IParameterValue

The IParameterValue type exposes the following members.

Properties
  NameDescription
Public propertyIsInverted
Gets 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 propertyParameterId
Gets the ID of the parameter.
Public propertyToken
Gets the discrete parameter token, if applicable.
Top
Methods
  NameDescription
Public methodResolve
Resolves the tokens in this parameter value.
Public methodResolve(IHierarchy)
Resolves the tokens in this parameter value.
Top
See Also