Class ExecuteFlowEvent<T1, T2, T3, T4, T5, T6>
Event with six params for executing Flow Graph
Inheritance
object
ExecuteFlowEvent<T1, T2, T3, T4, T5, T6>
Assembly: cs.temp.dll.dll
Syntax
public sealed class ExecuteFlowEvent<T1, T2, T3, T4, T5, T6> : ExecuteFlowEventBase<ExecuteFlowEvent<T1, T2, T3, T4, T5, T6>>, IFlowEvent
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
Properties
Arg1
Declaration
Property Value
Arg2
Declaration
Property Value
Arg3
Declaration
Property Value
Arg4
Declaration
Property Value
Arg5
Declaration
Property Value
Arg6
Declaration
Property Value
Methods
Create(string, T1, T2, T3, T4, T5, T6)
Declaration
public static ExecuteFlowEvent<T1, T2, T3, T4, T5, T6> Create(string functionName, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
Parameters
Type |
Name |
Description |
string |
functionName |
|
T1 |
arg1 |
|
T2 |
arg2 |
|
T3 |
arg3 |
|
T4 |
arg4 |
|
T5 |
arg5 |
|
T6 |
arg6 |
|
Returns
Implements