Class UpdateTotalsActivity
Inherited Members
Namespace: Mediachase.Commerce.Workflow.Activities.OrderGroupActivities
Assembly: Mediachase.Commerce.Workflow.dll
Version: 14.26.0Syntax
public class UpdateTotalsActivity : OrderGroupActivityBase
Constructors
UpdateTotalsActivity()
Declaration
public UpdateTotalsActivity()
Methods
Execute(ActivityExecutionContext)
Gets the totals, and updates the order group with the calculated values.
Declaration
protected override ActivityExecutionStatus Execute(ActivityExecutionContext executionContext)
Parameters
| Type | Name | Description |
|---|---|---|
| ActivityExecutionContext | executionContext |
Returns
| Type | Description |
|---|---|
| ActivityExecutionStatus |
Overrides
UpdateOrderFormPaymentTotals(OrderForm)
Updates the payment totals for an order form.
Declaration
protected virtual void UpdateOrderFormPaymentTotals(OrderForm orderForm)
Parameters
| Type | Name | Description |
|---|---|---|
| OrderForm | orderForm | The order form |