Open this page in the API Guide

BridgeParameterOptions Class

The DTO class for requesting a bridge parameter on a data process.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.BridgeParameterOptions

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

The BridgeParameterOptions type exposes the following members.

Constructors
  NameDescription
Public methodBridgeParameterOptions
Initializes a new instance of the BridgeParameterOptions class.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the description of the bridge parameter.
Public propertyHierarchy
Gets or sets the hierarchy of the bridge parameter.
Public propertyInputType
Gets or sets the input type of the bridge parameter.
Public propertyName
Gets or sets the name of the bridge parameter.
Top
See Also