Class ExecuteFlowEvent<T1>
Event with one param for executing Flow Graph
Implements
Inherited Members
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public sealed class ExecuteFlowEvent<T1> : ExecuteFlowEventBase<ExecuteFlowEvent<T1>>, IFlowEvent
Type Parameters
Name | Description |
---|---|
T1 |
Properties
Arg1
Declaration
public T1 Arg1 { get; }
Property Value
Type | Description |
---|---|
T1 |
Methods
Create(string, T1)
Declaration
public static ExecuteFlowEvent<T1> Create(string functionName, T1 arg1)
Parameters
Type | Name | Description |
---|---|---|
string | functionName | |
T1 | arg1 |
Returns
Type | Description |
---|---|
ExecuteFlowEvent<T1> |