C# 클래스 BuildYourOwnDAL.LazyLoadingInterceptor

상속: IInterceptor
파일 보기 프로젝트 열기: davybrion/BuildYourOwnDal

공개 메소드들

메소드 설명
Intercept ( IInvocation invocation ) : void
LazyLoadingInterceptor ( TableInfo tableInfo, Session session ) : BuildYourOwnDAL.Metadata

메소드 상세

Intercept() 공개 메소드

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
리턴 void

LazyLoadingInterceptor() 공개 메소드

public LazyLoadingInterceptor ( TableInfo tableInfo, Session session ) : BuildYourOwnDAL.Metadata
tableInfo BuildYourOwnDAL.Metadata.TableInfo
session Session
리턴 BuildYourOwnDAL.Metadata