C# Class KnowYourTurf.Core.Config.SaveUpdateInterceptor

Inheritance: NHibernate.EmptyInterceptor
ファイルを表示 Open project: reharik/KnowYourTurf

Public Methods

Method 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

Private Methods

Method Description
OnSave ( object entity, object state, string propertyNames ) : bool

Method Details

OnFlushDirty() public method

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
return bool

OnSave() public method

public OnSave ( object entity, object id, object state, string propertyNames, IType types ) : bool
entity object
id object
state object
propertyNames string
types IType
return bool