Struct NodeReference
Ref to a node of graph
public struct NodeReference
- Inherited Members
Constructors
NodeReference(string)
public NodeReference(string guid)
Parameters
guidstring
Fields
guid
public string guid
Field Value
Methods
Get(CeresGraph)
public CeresNode Get(CeresGraph graph)
Parameters
graphCeresGraph
Returns
GetT<T>(CeresGraph)
public T GetT<T>(CeresGraph graph) where T : CeresNode
Parameters
graphCeresGraph
Returns
- T
Type Parameters
T
Operators
implicit operator NodeReference(string)
public static implicit operator NodeReference(string guid)
Parameters
guidstring