Click or drag to resize

WidgetOutputConnection Class

The connection between widgets.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.WidgetsWidgetOutputConnection

Namespace:  IBM.Watson.DeveloperCloud.Widgets
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class Connection

The WidgetOutputConnection type exposes the following members.

Constructors
  NameDescription
Public methodWidgetOutputConnection
Initializes a new instance of the WidgetOutputConnection class
Top
Properties
  NameDescription
Public propertyTargetConnection
The name of the target connection on the target object.
Public propertyTargetInput
This returns a reference to the target input object.
Public propertyTargetObject
This returns a reference to the target object.
Top
Methods
  NameDescription
Public methodResolveTargetInput
Resolve the target input.
Public methodStart
Start ouput.
Top
See Also