Class ExecuteFlowEventBase<TEvent>
public abstract class ExecuteFlowEventBase<TEvent> : EventBase<TEvent>, IFlowEvent where TEvent : ExecuteFlowEventBase<TEvent>, new()
Type Parameters
TEvent
- Inheritance
-
objectExecuteFlowEventBase<TEvent>
- Implements
- Derived
Properties
FunctionName
public string FunctionName { get; protected set; }
Property Value
- string