SubTotal Property

Design Pattern Framework 3.5

Design Pattern Framework 3.5 SubTotal Property
Patterns-In-Action! ApplicationCartShoppingCartSubTotal
Gets subtotal for all items in the shopping cart. Recalculate if needed.
Declaration Syntax
C# Visual Basic
public double SubTotal { get; }
Public ReadOnly Property SubTotal As Double

Assembly: Cart (Module: Cart) Version: 1.0.0.0 (1.0.0.0)