Class UpdateTotalsActivity
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Workflow.Activities.OrderGroupActivities
Assembly: Mediachase.Commerce.Workflow.dll
Version: 12.17.2Syntax
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 |