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

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

Obtains the Persistent object which is the target of this IReference.
Declaration Syntax
C#
Persistent DeReference(
	Persistent parentObj
)
Parameters
parentObj (Persistent)
The parent object of the object to dereference. May be null. Setting this if you know it avoids a later DeReference call when accessing the dereferenced object's parent.
Return Value
The dereferenced object.
Remarks
This may involve access to persistent storage, or may return the object immediately if it is available. It may also involve a check to determine whether the current Principal has sufficient privileges to access the target object.

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