ProxyObjectWrappingFactory

Undocumented in source.

Constructors

this
this(ProxyFactory!T factory)
Undocumented in source.

Members

Functions

factory
Object factory()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

decorated
ProxyFactory!T decorated [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
decorated
ProxyFactory!T decorated [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
identity
string identity [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
identity
string identity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
locator
Locator!() locator [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
locator
Locator!() locator [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
source
Locator!() source [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
source
Locator!() source [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
TypeInfo type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ProxyObjectFactory

identity
string identity [@property getter]

Get the identity of original object that proxy factory will intantiate proxy object.

source
Locator!() source [@property getter]

Get the original locator that is used by proxy to fetch the proxied object.

Meta