Table of Contents

Class ExecuteFlowEvent<T1>

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll

Event with one param for executing Flow Graph

public sealed class ExecuteFlowEvent<T1> : ExecuteFlowEventBase<ExecuteFlowEvent<T1>>, IFlowEvent

Type Parameters

T1
Inheritance
object
ExecuteFlowEvent<T1>
Implements
Inherited Members

Properties

Arg1

public T1 Arg1 { get; }

Property Value

T1

Methods

Create(string, T1)

public static ExecuteFlowEvent<T1> Create(string functionName, T1 arg1)

Parameters

functionName string
arg1 T1

Returns

ExecuteFlowEvent<T1>