LocatorReference

Represents a reference that is located in locator.

Represents a reference that is located in locator. It uses referenced data's identity in locator to find it and serve.

Constructors

this
this(string id)
Undocumented in source.

Members

Functions

get
Object get(Locator!() locator)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

identity
string identity [@property getter]

Get the identity of referenced data.

identity
string identity [@property setter]

Set the identity of referenced data.

Inherited Members

From RuntimeReference

get
Object get(Locator!() locator)

Resolve the reference, to referenced data.

Meta