Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IApprovalEngineEventsRaiser

Inherited Members
Namespace: EPiServer.Approvals.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IApprovalEngineEventsRaiser : IApprovalEngineEvents

Methods

ClearAllEventHandlers()

Declaration
Task ClearAllEventHandlers()
Returns
Type Description
System.Threading.Tasks.Task

OnAborted(ApprovalEventArgs)

Declaration
Task OnAborted(ApprovalEventArgs args)
Parameters
Type Name Description
ApprovalEventArgs args
Returns
Type Description
System.Threading.Tasks.Task

OnApproved(ApprovalEventArgs)

Declaration
Task OnApproved(ApprovalEventArgs args)
Parameters
Type Name Description
ApprovalEventArgs args
Returns
Type Description
System.Threading.Tasks.Task

OnRejected(ApprovalEventArgs)

Declaration
Task OnRejected(ApprovalEventArgs args)
Parameters
Type Name Description
ApprovalEventArgs args
Returns
Type Description
System.Threading.Tasks.Task

OnStarted(ApprovalEventArgs)

Declaration
Task OnStarted(ApprovalEventArgs args)
Parameters
Type Name Description
ApprovalEventArgs args
Returns
Type Description
System.Threading.Tasks.Task

OnStepApproved(ApprovalStepEventArgs)

Declaration
Task OnStepApproved(ApprovalStepEventArgs args)
Parameters
Type Name Description
ApprovalStepEventArgs args
Returns
Type Description
System.Threading.Tasks.Task

OnStepCommented(ApprovalStepEventArgs)

Declaration
Task OnStepCommented(ApprovalStepEventArgs args)
Parameters
Type Name Description
ApprovalStepEventArgs args
Returns
Type Description
System.Threading.Tasks.Task

OnStepRejected(ApprovalStepEventArgs)

Declaration
Task OnStepRejected(ApprovalStepEventArgs args)
Parameters
Type Name Description
ApprovalStepEventArgs args
Returns
Type Description
System.Threading.Tasks.Task

OnStepStarted(ApprovalStepEventArgs)

Declaration
Task OnStepStarted(ApprovalStepEventArgs args)
Parameters
Type Name Description
ApprovalStepEventArgs args
Returns
Type Description
System.Threading.Tasks.Task

Extension Methods