Method | Description | |
---|---|---|
AuditInterceptor ( IUserAuth userAuth, IRepository |
||
AuditObjectModification ( object entity, object id, AuditActionType auditActionType ) : void | ||
OnDelete ( object entity, object id, object state, string propertyNames, NHibernate types ) : void | ||
OnFlushDirty ( object entity, object id, object currentState, object previousState, string propertyNames, NHibernate types ) : bool | ||
OnSave ( object entity, object id, object state, string propertyNames, NHibernate types ) : bool |
public AuditInterceptor ( IUserAuth userAuth, IRepository |
||
userAuth | IUserAuth | |
auditRepository | IRepository |
|
return | System |
public AuditObjectModification ( object entity, object id, AuditActionType auditActionType ) : void | ||
entity | object | |
id | object | |
auditActionType | AuditActionType | |
return | void |
public OnDelete ( object entity, object id, object state, string propertyNames, NHibernate types ) : void | ||
entity | object | |
id | object | |
state | object | |
propertyNames | string | |
types | NHibernate | |
return | void |
public OnFlushDirty ( object entity, object id, object currentState, object previousState, string propertyNames, NHibernate types ) : bool | ||
entity | object | |
id | object | |
currentState | object | |
previousState | object | |
propertyNames | string | |
types | NHibernate | |
return | bool |
public OnSave ( object entity, object id, object state, string propertyNames, NHibernate types ) : bool | ||
entity | object | |
id | object | |
state | object | |
propertyNames | string | |
types | NHibernate | |
return | bool |