Table of Contents

Class PortConnectionData

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll
public class PortConnectionData
Inheritance
object
PortConnectionData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

Fields

isFlattened

Whether this connection was flattened (bypassing relay nodes) If true, this connection should be skipped during deserialization

public bool isFlattened

Field Value

bool

nodeId

public string nodeId

Field Value

string

portId

public string portId

Field Value

string

portIndex

public int portIndex

Field Value

int