DomainObjects Class Library

ICreatable Members

ICreatable overview

Public Instance Properties

HasDatabaseIdentity 
IsNew 

Public Instance Events

OnAfterInsert An event that indicates this instance is transitioned from
IsNew == true
to
IsNew == false
. In other words, this instance has been inserted successfully into the database.
OnIdentityChange An event that the lazy loading proxy can use to be notified when this instance obtains a database identity.

See Also

ICreatable Interface | DomainObjects.Facade.Domain Namespace