November Happy Hour will be moved to Thursday December 5th.

Class LegacyCalculateTaxActivity

Inheritance
System.Object
LegacyCalculateTaxActivity
Namespace: Mediachase.Commerce.Workflow.Activities.OrderGroupActivities.Legacy
Assembly: Mediachase.Commerce.Workflow.dll
Version: 12.17.2
Syntax
[Obsolete("Use promotion system in EPiServer.Commerce.Marketing instead. Will be removed in a future major release, but not earlier than August 2018.")]
public class LegacyCalculateTaxActivity : OrderGroupActivityBase

Constructors

LegacyCalculateTaxActivity()

Declaration
public LegacyCalculateTaxActivity()

Methods

Execute(ActivityExecutionContext)

Called by the workflow runtime to execute an activity.

Declaration
protected override ActivityExecutionStatus Execute(ActivityExecutionContext executionContext)
Parameters
Type Name Description
ActivityExecutionContext executionContext

The ActivityExecutionContext to associate with this Activity and execution.

Returns
Type Description
ActivityExecutionStatus

The ActivityExecutionStatus of the run task, which determines whether the activity remains in the executing state, or transitions to the closed state.

Overrides