Persistate API documentation
DeReference Method (parentObj)
NamespacesPersistateForeignReferenceDeReference(Persistent)

[This is preliminary documentation and is subject to change.]

Dereferences this ForeignReference to get the referenced object.
Declaration Syntax
C#
public Persistent DeReference(
	Persistent parentObj
)
Parameters
parentObj (Persistent)
If supplied, the parent of the referenced object. May be null.
Return Value
The referenced object.
Remarks
If the object is not in memory this will fetch it from local storage if available. If it is not stored locally, this will fetch it from its home Domain and store it locally.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)