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)

Constructor for LocatorReference

Members

Functions

get
Object get(Locator!() locator)

Resolve the reference, to referenced data.

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