TestBridgeParameterScriptOptions Class

The DTO class for testing a bridge parameter script.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsTestBridgeParameterScriptOptions

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 TestBridgeParameterScriptOptions

The TestBridgeParameterScriptOptions type exposes the following members.

Constructors
  NameDescription
Public methodTestBridgeParameterScriptOptions
Initializes a new instance of the TestBridgeParameterScriptOptions class
Top
Properties
  NameDescription
Public propertyAttachedParameterInfo
Gets or sets the attached parameter info to test.
Public propertyBridgeParameter
Gets or sets the bridge parameter to test.
Public propertyDataCubeId
Gets or sets the file ID of the data cube.
Public propertyTestParameterValue
Gets or sets the parameter value to test the bridge parameter script with.
Top
See Also