C# 클래스 Core.Data.ConfigurationFactory.TenantIdInterceptor

상속: NHibernate.EmptyInterceptor
파일 보기 프로젝트 열기: ChrisMissal/atxc

공개 메소드들

메소드 설명
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

메소드 상세

OnFlushDirty() 공개 메소드

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
리턴 bool

OnLoad() 공개 메소드

public OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool
entity object
id object
state object
propertyNames string
types IType
리턴 bool

OnSave() 공개 메소드

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

TenantIdInterceptor() 공개 메소드

public TenantIdInterceptor ( System.Guid tenantId ) : System
tenantId System.Guid
리턴 System