C# 클래스 NHibernate.ByteCode.Castle.ProxyFactory

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

보호된 프로퍼티들

프로퍼티 타입 설명
log IInternalLogger

공개 메소드들

메소드 설명
GetFieldInterceptionProxy ( object instanceToWrap ) : object
GetProxy ( object id, ISessionImplementor session ) : INHibernateProxy

Build a proxy using the Castle.DynamicProxy library.

메소드 상세

GetFieldInterceptionProxy() 공개 메소드

public GetFieldInterceptionProxy ( object instanceToWrap ) : object
instanceToWrap object
리턴 object

GetProxy() 공개 메소드

Build a proxy using the Castle.DynamicProxy library.
public GetProxy ( object id, ISessionImplementor session ) : INHibernateProxy
id object The value for the Id.
session ISessionImplementor The Session the proxy is in.
리턴 INHibernateProxy

프로퍼티 상세

log 보호되어 있는 정적으로 프로퍼티

protected static IInternalLogger log
리턴 IInternalLogger