
This class serves as a Class Factory for the business object classes to allow a single point of providing a class. This allows easy specification of custom subclasses of the business objects to be used.
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.
<b>Westwind.WebStore.WebStoreFactory</b>
public class WebStoreFactory : object
Class Members
Requirements
Namespace: Westwind.WebStoreAssembly: webstorebusiness.dll
© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic