ComboPatterns.Facade - GetcuReone/ComboPatterns GitHub Wiki

FacadeBase

FacadeBase base class for facades

Properties

Factory (protected)

IAbstractFactory with which the facade was created

Methods

Create (static)

Creation facade method. Uses a factory to create a new facade object

GetFacade

Creation facade method. Use Create method with Factory property

The performance of the FacadeBase is tested by tests.