CreatedDate | The date that the object was originally created. |
ModifiedDate | The modified date and time of an object. |
OriginalCreatedDate | The original date that the object was created |
OriginalModifiedDate | The date that an object was last modified and saved to the persistent store. |
Delete | Overloaded. Deletes an object from the database, optionally removing it's parent as well |
DeleteAll | Remove all objects for a class. |
Find | Overloaded. Retrieves an object based on the values of it's find attributes. |
GetNewObject | Function stub for subclasses |
IsReferenced | Determines if an object is referenced by any other objects in the system. |
ResetOriginalDates | Resets the original modified date of the object to the current modified date. |
Retrieve | Overloaded. Retrieves the details of a persistent object from a database |
Save | Overloaded. Saves (persists) an object to the database |
LoadFinished | Fires when object retrieval has completed |
LoadStarted | Fires when object retrieval commences |
MarkedAsDirty | Fires when an object is marked as dirty |
IPersistentObject Interface | AtomsFramework Namespace