Table of Contents

Interface IWorkflowEventContext

Namespace
Hsl.Xrm.Sdk.Workflow
Assembly
Hsl.Xrm.Sdk.Workflow.dll
public interface IWorkflowEventContext : IEventContext
Inherited Members

Properties

ActivityContext

CodeActivityContext ActivityContext { get; }

Property Value

CodeActivityContext

Logger

IHslLogger Logger { get; }

Property Value

IHslLogger

WorkflowContext

IWorkflowContext WorkflowContext { get; }

Property Value

IWorkflowContext

Methods

Initialize(string, CodeActivityContext)

void Initialize(string actionTypeName, CodeActivityContext context)

Parameters

actionTypeName string
context CodeActivityContext