C# Class ExoGraph.NHibernate.SaveNotificationEventListener

An NHibernate event listener which fires when an entity has been persisted
Inheritance: IPostUpdateEventListener, IPostInsertEventListener
Mostrar archivo Open project: vc3/ExoModel

Public Properties

Property Type Description
Instance SaveNotificationEventListener

Public Methods

Method Description
OnPostInsert ( NHibernate.Event.PostInsertEvent @event ) : void
OnPostUpdate ( NHibernate.Event.PostUpdateEvent @event ) : void

Private Methods

Method Description
RaiseOnSave ( object entity ) : void
SaveNotificationEventListener ( ) : System

Method Details

OnPostInsert() public method

public OnPostInsert ( NHibernate.Event.PostInsertEvent @event ) : void
@event NHibernate.Event.PostInsertEvent
return void

OnPostUpdate() public method

public OnPostUpdate ( NHibernate.Event.PostUpdateEvent @event ) : void
@event NHibernate.Event.PostUpdateEvent
return void

Property Details

Instance public_oe static_oe property

public static SaveNotificationEventListener,ExoGraph.NHibernate Instance
return SaveNotificationEventListener