Interface IWorkflowEventContext
Assembly: Hsl.Xrm.Sdk.Workflow.dll
Syntax
public interface IWorkflowEventContext : IEventContext
Properties
ActivityContext
Declaration
CodeActivityContext ActivityContext { get; }
Property Value
Type |
Description |
System.Activities.CodeActivityContext |
|
Logger
Declaration
IHslLogger Logger { get; }
Property Value
Type |
Description |
Hsl.Logging.IHslLogger |
|
WorkflowContext
Declaration
IWorkflowContext WorkflowContext { get; }
Property Value
Type |
Description |
Microsoft.Xrm.Sdk.Workflow.IWorkflowContext |
|
Methods
Initialize(String, CodeActivityContext)
Declaration
void Initialize(string actionTypeName, CodeActivityContext context)
Parameters
Type |
Name |
Description |
System.String |
actionTypeName |
|
System.Activities.CodeActivityContext |
context |
|