Interface ProxyContainer

interface ProxyContainer
  : Container
  , Storage!(aermicioi.aedi.factory.proxy_factory.ProxyObjectFactory,string)
  , Decorator!(aermicioi.aedi.storage.locator.Locator!(Object,string)) ;

Methods

NameDescription
decoratedGet the decorated object.
getGet a Type that is associated with key.
hasCheck if an element is present in Locator by key id.
instantiateSets up the internal state of container.
removeRemove an element from Storage with identity.
setSave an element in Storage by key identity.

TODO

Add description of what this is and why it was designed as such.