|
Joutsen Persistence v0.3.0+1-ga730d6d
|
A representation of the persistence state of an entity including changes. More...
Public Member Functions | |
| EntityType | GetEntity< EntityType > () |
| Fetches the entity as a specific type. More... | |
Properties | |
| object | Entity [get] |
| The entity containing any changes. More... | |
A representation of the persistence state of an entity including changes.
| EntityType Joutsen.Persistence.EntityState.GetEntity< EntityType > | ( | ) |
Fetches the entity as a specific type.
| InvalidCastException | if the entity cannot be cast to the specified type |
Implemented in Joutsen.Persistence.NHibernate.NHibernateState.
|
get |
The entity containing any changes.
Implemented in Joutsen.Persistence.NHibernate.NHibernateState.