anchovy v0.5.0 (2014-03-03T22:38:46Z)
Home
Dub
Repo
bindProperty
anchovy
utils
flexibleobject
flexibleaccess
Undocumented in source. Be warned that the author may not have intended to support it.
void
bindProperty
(T1 object1, string property1, T2 object2, string property2)
void
bindProperty
(FlexibleObject object1, FlexibleObject object2)
static
void
bindProperty
(
string
property1
string
property2
T1
:
FlexibleObject
T2
:
FlexibleObject
)
(
FlexibleObject
object1
,
FlexibleObject
object2
)
void
bindProperty
(FlexibleObject object1, string property1, FlexibleObject object2)
void
bindProperty
(FlexibleObject object1, FlexibleObject object2, string property2)
Meta
Source
See Implementation
anchovy
utils
flexibleobject
flexibleaccess
functions
hasProperty
static functions
bindProperty
coercePropertyAs
getProperty
getPropertyAs
getPropertyAsBase
peekPropertyAs
setProperty