Skip to content

ComboPatterns.Facade

GetcuReone edited this page Feb 1, 2020 · 5 revisions

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.

Clone this wiki locally