AtomsFramework Persistence Layer Reference Guide

IPersistableObject Interface

[This is preliminary documentation and subject to change.]

Base interface for persistable objects.

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

AtomsFramework.IPersistableObject
   AtomsFramework.IPersistentObject

[Visual Basic]
Public Interface IPersistableObject
[C#]
public interface IPersistableObject

Types that implement IPersistableObject

Type Description
InjectedObject Class to manage objects that have been added (injected) into the persistence broker.
PersistentObject The abstract class from which all persistent objects must inherit.

Remarks

This interface represents the core functionality that must be provided by each of the persistable object classes used internall in the framework. That is, both the PersistentObject class and the InjectedObject class implement this interface.

It is possible to implement this interface in your own classes but it is not recommended and there may be other problems

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

IPersistableObject Members | AtomsFramework Namespace