Table of Contents

Class ExecuteFlowEventBase<TEvent>

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll
public abstract class ExecuteFlowEventBase<TEvent> : EventBase<TEvent>, IDisposable, IFlowEvent where TEvent : ExecuteFlowEventBase<TEvent>, new()

Type Parameters

TEvent
Inheritance
EventBase<TEvent>
ExecuteFlowEventBase<TEvent>
Implements
Derived
Inherited Members

Constructors

ExecuteFlowEventBase()

protected ExecuteFlowEventBase()

Properties

FunctionName

public string FunctionName { get; protected set; }

Property Value

string