Click or drag to resize
Connection Class
Configuration class for JSON serialization.
Inheritance Hierarchy

Namespace: CMS.Helpers.UniGraphConfig
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
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