C# Class NSoft.NFramework.Data.NHibernateEx.EventListeners.AuditLogger

Show file Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
Delete ( IStateEntity entity ) : void
Insert ( IStateEntity entity ) : void
Update ( IStateEntity entity ) : void

Method Details

Delete() public method

public Delete ( IStateEntity entity ) : void
entity IStateEntity
return void

Insert() public method

public Insert ( IStateEntity entity ) : void
entity IStateEntity
return void

Update() public method

public Update ( IStateEntity entity ) : void
entity IStateEntity
return void