Open this page in the API Guide

GetParameterValueFromStringOptions 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.GetParameterValueFromStringOptions

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 GetParameterValueFromStringOptions : GetParameterValueOptions

The GetParameterValueFromStringOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetParameterValueFromStringOptions
Initializes a new instance of the GetParameterValueFromStringOptions 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 propertyParameterValueType
Gets or sets the parameter value types.
Public propertyValue
Gets or sets the value.
Top
See Also