BridgeParameterOptions Class

The DTO class for requesting a bridge parameter on a data process.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBridgeParameterOptions

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