Table of Contents

Class DelegatePort<TDelegate>

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll
public sealed class DelegatePort<TDelegate> : CeresPort<TDelegate>, IDisposable, IPort<TDelegate>, IPort, IDelegatePort where TDelegate : EventDelegateBase, new()

Type Parameters

TDelegate
Inheritance
object
CeresPort<TDelegate>
DelegatePort<TDelegate>
Implements
IDisposable
IPort<TDelegate>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

Constructors

DelegatePort()

public DelegatePort()

DelegatePort(TDelegate)

public DelegatePort(TDelegate value)

Parameters

value TDelegate

Methods

CreateDelegate(FlowGraph, string)

public void CreateDelegate(FlowGraph flowGraph, string eventNodeEventName)

Parameters

flowGraph FlowGraph
eventNodeEventName string