Table of Contents

Class WorkflowActivityBase

Namespace
Hsl.Xrm.Sdk.Workflow
Assembly
Hsl.Xrm.Sdk.Workflow.dll
public abstract class WorkflowActivityBase : CodeActivity
Inheritance
WorkflowActivityBase
Inherited Members

Constructors

WorkflowActivityBase()

public WorkflowActivityBase()

Methods

CreateContext()

protected virtual IWorkflowEventContext CreateContext()

Returns

IWorkflowEventContext

Execute(CodeActivityContext)

When implemented in a derived class, performs the execution of the activity.

protected override void Execute(CodeActivityContext context)

Parameters

context CodeActivityContext

The execution context under which the activity executes.

ExecuteAction(IWorkflowEventContext)

public abstract void ExecuteAction(IWorkflowEventContext workflowEventContext)

Parameters

workflowEventContext IWorkflowEventContext