Open this page in the API Guide

ResolveParameterValueOptions Class

The DTO object for specifying options for resolving a parameter value with tokens into discrete values.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.ResolveParameterValueOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[DataContractAttribute]
public class ResolveParameterValueOptions

The ResolveParameterValueOptions type exposes the following members.

Constructors
  NameDescription
Public methodResolveParameterValueOptions
Initializes a new instance of the ResolveParameterValueOptions class
Top
Properties
  NameDescription
Public propertyObjectId
Gets or sets the object ID for the item that contains this parameter value. Typically this is the ID of a metric set.
Public propertyParameterValue
Gets or sets the parameter value that is to be resolved.
Top
See Also