C# Class Rhino.Security.DeleteEntityEventListener

Inheritance: IPreDeleteEventListener
Mostrar archivo Open project: hibernating-rhinos/rhino-security

Public Methods

Method Description
OnPreDelete ( NHibernate.Event.PreDeleteEvent deleteEvent ) : bool

Handles PreDelete event to delete an entity's associated security data.

Method Details

OnPreDelete() public method

Handles PreDelete event to delete an entity's associated security data.
public OnPreDelete ( NHibernate.Event.PreDeleteEvent deleteEvent ) : bool
deleteEvent NHibernate.Event.PreDeleteEvent Event object containing the delete operation information.
return bool