Table of Contents

Class RelayConnection

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll

Relay node connection data

public class RelayConnection
Inheritance
RelayConnection
Inherited Members

Constructors

RelayConnection()

public RelayConnection()

Fields

connectionType

Type of connection target

public RelayConnection.ConnectionType connectionType

Field Value

RelayConnection.ConnectionType

nodeId

Target node GUID (CeresNode or RelayNode)

public string nodeId

Field Value

string

portId

Target port property name (only used when connectionType is CeresNode)

public string portId

Field Value

string

portIndex

Target port array index (only used when connectionType is CeresNode)

public int portIndex

Field Value

int