C# Class Core.Data.ConfigurationFactory.TenantIdInterceptor

Inheritance: NHibernate.EmptyInterceptor
Afficher le fichier Open project: ChrisMissal/atxc

Méthodes publiques

Méthode 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 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

OnLoad() public méthode

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

TenantIdInterceptor() public méthode

public TenantIdInterceptor ( System.Guid tenantId ) : System
tenantId System.Guid
Résultat System