Persistate API documentation
PreviousVersion Property
NamespacesPersistatePersistentPreviousVersion

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

Returns the previous version of this object.
Declaration Syntax
C#
public Persistent PreviousVersion { get; internal set; }
Remarks

This will contain data only if the object has the clone on mutate functionality set in the ClassCategory of its ObjectClass, and if the object has been modified. It returns the clone made of the object when it was first modified - more precisely when a call to SetModified()()()() was first made. This is called from property setters of generated properties, and you can also call it explicitly.

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