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

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

The GetParameterValueFromStringOptions type exposes the following members.

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