Interface IWorkflowEventContext
public interface IWorkflowEventContext : IEventContext
- Inherited Members
Properties
ActivityContext
CodeActivityContext ActivityContext { get; }
Property Value
Logger
IHslLogger Logger { get; }
Property Value
- IHslLogger
WorkflowContext
IWorkflowContext WorkflowContext { get; }
Property Value
Methods
Initialize(string, CodeActivityContext)
void Initialize(string actionTypeName, CodeActivityContext context)
Parameters
actionTypeName
stringcontext
CodeActivityContext