Table of Contents

Class RelayConnection

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll

Relay node connection data

public class RelayConnection
Inheritance
object
RelayConnection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

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