Class RelayConnection
Relay node connection data
Inheritance
object
RelayConnection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public class RelayConnection
Fields
connectionType
Type of connection target
Declaration
public RelayConnection.ConnectionType connectionType
Field Value
| Type | Description |
|---|---|
| RelayConnection.ConnectionType |
nodeId
Target node GUID (CeresNode or RelayNode)
Declaration
public string nodeId
Field Value
| Type | Description |
|---|---|
| string |
portId
Target port property name (only used when connectionType is CeresNode)
Declaration
public string portId
Field Value
| Type | Description |
|---|---|
| string |
portIndex
Target port array index (only used when connectionType is CeresNode)
Declaration
public int portIndex
Field Value
| Type | Description |
|---|---|
| int |