| West Wind Web Store .NET 2.0 |
Class WebStoreFactory
|
Internally the WebStore application never instantiates business objects directly but uses these factory classes. If one of the business objects is subclassed to extend functionality only the Factory class needs to be updated and return this subclass instead of the WebStore base business class.
System.Object
Westwind.WebStore.WebStoreFactory
public class WebStoreFactory : object
| Member | Description | |
|---|---|---|
![]() |
Constructor | |
![]() |
GetbusCustomer | Return a new instance of the busCustomer class. public static busCustomer GetbusCustomer(); |
![]() |
GetbusInvoice | Return a new instance of the busInvoice class. public static busInvoice GetbusInvoice(); |
![]() |
GetbusItem | Returns a new instance of the busInventory class. public static busItem GetbusItem(); |
![]() |
GetbusItemUpsell | Return an Upsell Item object public static busItemUpsell GetbusItemUpsell(); |
![]() |
GetbusLineItem | Return a new instance of the busLineItem class. public static busLineItem GetbusLineItem(); |
![]() |
GetbusLookups | Return a new instance of the busLookups class. public static busLookups GetbusLookups(); |
![]() |
GetbusShippingAddress | Return a new instance of the busCustomer class. public static busShippingAddress GetbusShippingAddress(); |
![]() |
GetbusTLineItem | Return a new instance of the busTLineItem class. public static busTLineItem GetbusTLineItem(); |
Last Updated: 3/7/2007 |
Send topic feedback