Class NodePort
Port for providing weak reference to any node in graph scope
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 sealed class NodePort : CeresPort<NodeReference>, IDisposable, IPort<NodeReference>, IPort
Constructors
NodePort()
Declaration
public NodePort()
NodePort(NodeReference)
Declaration
public NodePort(NodeReference value)
Parameters
| Type | Name | Description |
|---|---|---|
| NodeReference | value |
Methods
Get()
Get CeresNode if exist
Declaration
public CeresNode Get()
Returns
| Type | Description |
|---|---|
| CeresNode |
GetT<T>()
Get
Declaration
public T GetT<T>() where T : CeresNode
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |
Implements
IDisposable