GetParameterValueOptions Class

The DTO class for specifying options when getting a parameter value a query string value.
Inheritance Hierarchy

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 GetParameterValueOptions

The GetParameterValueOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetParameterValueOptions
Initializes a new instance of the GetParameterValueOptions class
Top
Properties
  NameDescription
Public propertyEntityId
Gets or sets the entity ID.
Public propertyParameterId
Gets or sets the parameter ID.
Top
See Also