Open this page in the API Guide

GetParameterValueTextOptions Class

The DTO class for specifying options when getting a parameter value a query string value.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.GetParameterValueOptions
    Dundas.BI.WebApi.Models.GetParameterValueTextOptions

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

The GetParameterValueTextOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetParameterValueTextOptions
Initializes a new instance of the GetParameterValueTextOptions class
Top
Properties
  NameDescription
Public propertyEntityId
Gets or sets the entity ID.
(Inherited from GetParameterValueOptions.)
Public propertyParameterId
Gets or sets the parameter ID.
(Inherited from GetParameterValueOptions.)
Public propertyParameterValue
Gets or sets the value.
Top
See Also