ComboPatterns.Adapter - GetcuReone/ComboPatterns GitHub Wiki
AdapterBase base class for adapters
IAbstractFactory with which the adapter was created
Creation adapter method. Uses a factory to create a new adapter object
Creation adapter method. Use Create method with Factory property
The performance of the AdapterBase is tested by tests
AdapterProxyBase Base class for adapters creating proxies. inherited from AdapterBase
This constructor asks for the input method that will be used to create the proxy.
This constructor asks for the input method that will be used to create the proxy. At the input, this method takes the parameter necessary to create a proxy
Creation proxy method. Use Create method with Factory property
The performance of the AdapterBase is tested by tests