C# Class Amss.Boilerplate.Persistence.Impl.AuditInterceptor

Inheritance: NHibernate.EmptyInterceptor
Afficher le fichier Open project: quadio/amss-boilerplate

Méthodes publiques

Méthode Description
OnFlushDirty ( object entity, object id, object currentState, object previousState, string propertyNames, IType types ) : bool
OnSave ( object entity, object id, object state, string propertyNames, IType types ) : bool

Method Details

OnFlushDirty() public méthode

public OnFlushDirty ( object entity, object id, object currentState, object previousState, string propertyNames, IType types ) : bool
entity object
id object
currentState object
previousState object
propertyNames string
types IType
Résultat bool

OnSave() public méthode

public OnSave ( object entity, object id, object state, string propertyNames, IType types ) : bool
entity object
id object
state object
propertyNames string
types IType
Résultat bool