ResolveParameterValueOptions Class

The DTO object for specifying options for resolving a parameter value with tokens into discrete values.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsResolveParameterValueOptions

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

The ResolveParameterValueOptions type exposes the following members.

Constructors
 NameDescription
Public methodResolveParameterValueOptionsInitializes 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