Show / Hide Table of Contents

    Interface IWorkflowEventContext

    Inherited Members
    IEventContext.ActionTypeName
    IEventContext.Assert(Boolean, String, Object[])
    IEventContext.BuildInnerException(Exception)
    IEventContext.CanSendException(Exception)
    IEventContext.ExecutionContext
    IEventContext.GetOrgService(Nullable<Guid>)
    IEventContext.IsExecutingAsynchronously
    IEventContext.IsExecutingInSandbox
    IEventContext.IsExecutingSynchronously
    IEventContext.Throw(String, Exception, Object[])
    IEventContext.Trace(String, Object[])
    IEventContext.TraceException(String, Exception, Object[])
    IEventContext.TracingService
    IEventContext.XrmContext
    Namespace: Hsl.Xrm.Sdk.Workflow
    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
    Back to top Hsl.Xrm.Sdk