Click or drag to resize
Connection Class
Configuration class for JSON serialization.
Inheritance Hierarchy
SystemObject
  CMS.Helpers.UniGraphConfigConnection
    CMS.WorkflowEngine.GraphConfigWorkflowConnection

Namespace: CMS.Helpers.UniGraphConfig
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public class Connection

The Connection type exposes the following members.

Constructors
  NameDescription
Public methodConnection
Top
Properties
  NameDescription
Public propertyID
ID of connection (not rendered to HTML).
Public propertySourceNodeID
ID of HTML element representing node from which connection starts.
Public propertySourcePointID
ID of source point from which connection starts.
Public propertyTargetNodeID
ID of HTML element representing node to which connection leads.
Top
See Also