Persistate API documentation
IsModified Property
NamespacesPersistatePersistentIsModified

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

Gets a value indicating whether this object has been modified
Declaration Syntax
C#
public bool IsModified { get; }
Remarks

Normally an object is set to modified when you set a value into one of the generated member properties. You can however set this manually - see SetModified()()()() for details. Modified objects are included in a list maintained by Persistate, and updated at the next Commit()()()() or end of Operation execution.

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