C# 클래스 NHibernate.ByteCode.Castle.Tests.ProxyInterface.DataBindingInterceptor

상속: NHibernate.Proxy.LazyInitializer
파일 보기 프로젝트 열기: rbellamy/NHibernate.ByteCode.Castle 1 사용 예제들

공개 메소드들

메소드 설명
DataBindingInterceptor ( string entityName, System persistentClass, object id, MethodInfo getIdentifierMethod, MethodInfo setIdentifierMethod, IAbstractComponentType componentIdType, ISessionImplementor session ) : System
Intercept ( IInvocation invocation ) : void

메소드 상세

DataBindingInterceptor() 공개 메소드

public DataBindingInterceptor ( string entityName, System persistentClass, object id, MethodInfo getIdentifierMethod, MethodInfo setIdentifierMethod, IAbstractComponentType componentIdType, ISessionImplementor session ) : System
entityName string
persistentClass System
id object
getIdentifierMethod System.Reflection.MethodInfo
setIdentifierMethod System.Reflection.MethodInfo
componentIdType IAbstractComponentType
session ISessionImplementor
리턴 System

Intercept() 공개 메소드

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