aedi v0.2.0 (2017-03-08T09:57:04Z)
Dub
Repo
ProxyFactory.identity
aermicioi
aedi
factory
proxy_factory
ProxyFactory
Set the identity of proxied object
string
identity
[@property setter]
class
ProxyFactory
(T)
@
property
ProxyFactory
!
T
identity
(
string
identity
)
if
(
(
is
(
T
== class) &&
!
isFinalClass
!
T
&&
!
isAbstractClass
!
T
)
||
(
is
(
T
== interface)
)
)
string
identity
[@property getter]
Parameters
identity
string
the identity of proxied object
Return Value
Type:
ProxyFactory
!
T
this
Meta
Source
See Implementation
aermicioi
aedi
factory
proxy_factory
ProxyFactory
constructors
this
functions
factory
properties
identity
source
Set the identity of proxied object