C# Class Core.Data.ConfigurationFactory.TenantIdInterceptor

Inheritance: NHibernate.EmptyInterceptor
Datei anzeigen Open project: ChrisMissal/atxc

Public Methods

Method Description
OnFlushDirty ( object entity, object id, object currentState, object previousState, string propertyNames, IType types ) : bool
OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool
OnSave ( object entity, object id, object state, string propertyNames, IType types ) : bool
TenantIdInterceptor ( System.Guid tenantId ) : System

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

OnLoad() public method

public OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool
entity object
id object
state 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

TenantIdInterceptor() public method

public TenantIdInterceptor ( System.Guid tenantId ) : System
tenantId System.Guid
return System