Class ExecuteFlowEventBase<TEvent>
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; }