Class DelegatePort<TDelegate>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public sealed class DelegatePort<TDelegate> : CeresPort<TDelegate>, IDisposable, IPort<TDelegate>, IPort, IDelegatePort where TDelegate : EventDelegateBase, new()
Type Parameters
| Name | Description |
|---|---|
| TDelegate |
Constructors
DelegatePort()
Declaration
public DelegatePort()
DelegatePort(TDelegate)
Declaration
public DelegatePort(TDelegate value)
Parameters
| Type | Name | Description |
|---|---|---|
| TDelegate | value |
Methods
CreateDelegate(FlowGraph, string)
Declaration
public void CreateDelegate(FlowGraph flowGraph, string eventNodeEventName)
Parameters
| Type | Name | Description |
|---|---|---|
| FlowGraph | flowGraph | |
| string | eventNodeEventName |
Implements
IDisposable