GetParameterValueTextOptions Class

The DTO class for specifying options when getting a parameter value a query string value.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetParameterValueOptions
    Dundas.BI.WebApi.ModelsGetParameterValueTextOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.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