AtomsFramework Persistence Layer Reference Guide

IPersistentObject Interface

[This is preliminary documentation and subject to change.]

Interface to extend the functionality offered by the IPersistableObject interface

For a list of all members of this type, see IPersistentObject Members.

[Visual Basic]
Public Interface IPersistentObject
    Implements IPersistableObject
[C#]
public interface IPersistentObject : IPersistableObject

Types that implement IPersistentObject

Type Description
PersistentObject The abstract class from which all persistent objects must inherit.

Remarks

This interface is implemented by the PersistentObject class and includes the functionality needed for an object to be able to save and retrieve itself. This interface can be manually implemented if desired, but it is not recommended. Instead it is recommended that the PersistentObject be inherited into your business classes.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

IPersistentObject Members | AtomsFramework Namespace