C# 클래스 NHibernate.Proxy.DynamicProxy.ProxyCache

상속: IProxyCache
파일 보기 프로젝트 열기: nhibernate/nhibernate-core 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( System baseType ) : bool
GetProxyType ( System baseType ) : System.Type
StoreProxyType ( System result, System baseType ) : void
TryGetProxyType ( System baseType, System baseInterfaces, System &proxyType ) : bool

메소드 상세

Contains() 공개 메소드

public Contains ( System baseType ) : bool
baseType System
리턴 bool

GetProxyType() 공개 메소드

public GetProxyType ( System baseType ) : System.Type
baseType System
리턴 System.Type

StoreProxyType() 공개 메소드

public StoreProxyType ( System result, System baseType ) : void
result System
baseType System
리턴 void

TryGetProxyType() 공개 메소드

public TryGetProxyType ( System baseType, System baseInterfaces, System &proxyType ) : bool
baseType System
baseInterfaces System
proxyType System
리턴 bool