Class WorkflowEventContext
public class WorkflowEventContext : EventContext, IWorkflowEventContext, IEventContext
- Inheritance
-
WorkflowEventContext
- Implements
- Inherited Members
Constructors
WorkflowEventContext()
public WorkflowEventContext()
Properties
ActivityContext
Gets the workflows activity context.
public CodeActivityContext ActivityContext { get; }
Property Value
Logger
public IHslLogger Logger { get; }
Property Value
- IHslLogger
WorkflowContext
Gets the execution context for the plugin.
public IWorkflowContext WorkflowContext { get; }
Property Value
Methods
GetExecutionContext()
protected override IExecutionContext GetExecutionContext()
Returns
GetOrganizationServiceFactory()
protected override IOrganizationServiceFactory GetOrganizationServiceFactory()
Returns
GetParentContext(IExecutionContext)
protected override IExecutionContext GetParentContext(IExecutionContext ctx)
Parameters
Returns
GetTracingService()
protected override ITracingService GetTracingService()
Returns
Initialize(string, CodeActivityContext)
public void Initialize(string actionTypeName, CodeActivityContext context)
Parameters
actionTypeName
stringcontext
CodeActivityContext