AtomsFramework Persistence Layer Reference Guide

IClassFactory Interface

[This is preliminary documentation and subject to change.]

Interface for class factories used by the framework

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

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

Remarks

For each interface you wish to persist to the database a class factory must be provided. Those class factories must impement this interface in order to work.

The interface itself is pretty simple and contains a single function called CreateObject that must be implemented.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

IClassFactory Members | AtomsFramework Namespace