Craig's Utility Library  4.0 Beta
Utilities.ORM.Manager.Aspect.Interfaces.IORMObject Interface Reference

ORM object interface More...

Inheritance diagram for Utilities.ORM.Manager.Aspect.Interfaces.IORMObject:

Properties

IList< string > PropertiesChanged0 [get, set]
 Gets the properties changed. More...
 
Session Session0 [get, set]
 ORM session that this item came from (used for lazy loading) More...
 

Detailed Description

ORM object interface

Definition at line 30 of file IORMObject.cs.

Property Documentation

IList<string> Utilities.ORM.Manager.Aspect.Interfaces.IORMObject.PropertiesChanged0
getset

Gets the properties changed.

The properties changed.

Definition at line 36 of file IORMObject.cs.

Session Utilities.ORM.Manager.Aspect.Interfaces.IORMObject.Session0
getset

ORM session that this item came from (used for lazy loading)

The ORM session object.

Definition at line 42 of file IORMObject.cs.


The documentation for this interface was generated from the following file: