Class busInvoice_WestWind

West Wind Specific subclass of the Invoice object

System.Object
  Westwind.BusinessObjects.wwBusiness
    Westwind.BusinessObjects.wwBusiness<InvoiceEntity>
      Westwind.WebStore.busInvoice
        Westwind.WebStore.busInvoice_WestWind

public class busInvoice_WestWind : busInvoice

Class Members

MemberDescription
Constructor
CalculateShipping Totals the invoice by summing up the lineitems and updating the Invoice total fields of the table. Assume: this.CountryId and this.State can be set externally to avoid Customer object requirement
public virtual decimal CalculateShipping();
CanAutoConfirm This method checks to see if the current invoice is capable of being confirmed electronically by checking each lineitem and its regauto flag.
public virtual bool CanAutoConfirm();

Requirements

Namespace: Westwind.WebStore
Assembly: westwind.webstore.business.dll


 Last Updated: 3/7/2007 | Send topic feedback