C# 클래스 NHibernate.ByteCode.Spring.ProxyFactoryFactory

Creates a Spring for .NET backed IProxyFactory instance.
상속: IProxyFactoryFactory
파일 보기 프로젝트 열기: sibartlett/NHibernate.ByteCode

공개 메소드들

메소드 설명
BuildProxyFactory ( ) : IProxyFactory
IsInstrumented ( System entityClass ) : bool
IsProxy ( object entity ) : bool

메소드 상세

BuildProxyFactory() 공개 메소드

public BuildProxyFactory ( ) : IProxyFactory
리턴 IProxyFactory

IsInstrumented() 공개 메소드

public IsInstrumented ( System entityClass ) : bool
entityClass System
리턴 bool

IsProxy() 공개 메소드

public IsProxy ( object entity ) : bool
entity object
리턴 bool