Table of Contents

Class ExecuteFlowEvent

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

Event for executing Flow Graph

public sealed class ExecuteFlowEvent : ExecuteFlowEventBase<ExecuteFlowEvent>, IFlowEvent
Inheritance
object
ExecuteFlowEvent
Implements
Inherited Members

Fields

DefaultArgs

public static readonly object[] DefaultArgs

Field Value

object[]

Properties

Args

Input args

public object[] Args { get; }

Property Value

object[]

Methods

Create(string, params object[])

public static ExecuteFlowEvent Create(string functionName, params object[] arguments)

Parameters

functionName string
arguments object[]

Returns

ExecuteFlowEvent