C# Class BuildYourOwnDAL.LazyLoadingInterceptor

Inheritance: IInterceptor
Show file Open project: davybrion/BuildYourOwnDal

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void
LazyLoadingInterceptor ( TableInfo tableInfo, Session session ) : BuildYourOwnDAL.Metadata

Method Details

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void

LazyLoadingInterceptor() public method

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