Struct NodeReference
Ref to a node of graph
public struct NodeReference
- Inherited Members
-
ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()object.Equals(object, object)object.GetType()object.ReferenceEquals(object, object)
Constructors
NodeReference(string)
public NodeReference(string guid)
Parameters
guidstring
Fields
guid
public string guid
Field Value
- string
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