C# Class BuildYourOwnDAL.LazyLoadingInterceptor

Inheritance: IInterceptor
Afficher le fichier Open project: davybrion/BuildYourOwnDal

Méthodes publiques

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

Method Details

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void

LazyLoadingInterceptor() public méthode

public LazyLoadingInterceptor ( TableInfo tableInfo, Session session ) : BuildYourOwnDAL.Metadata
tableInfo BuildYourOwnDAL.Metadata.TableInfo
session Session
Résultat BuildYourOwnDAL.Metadata