C# Class NHibernate.Proxy.DynamicProxy.ProxyCache

Inheritance: IProxyCache
Afficher le fichier Open project: nhibernate/nhibernate-core Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( System baseType ) : bool
GetProxyType ( System baseType ) : System.Type
StoreProxyType ( System result, System baseType ) : void
TryGetProxyType ( System baseType, System baseInterfaces, System &proxyType ) : bool

Method Details

Contains() public méthode

public Contains ( System baseType ) : bool
baseType System
Résultat bool

GetProxyType() public méthode

public GetProxyType ( System baseType ) : System.Type
baseType System
Résultat System.Type

StoreProxyType() public méthode

public StoreProxyType ( System result, System baseType ) : void
result System
baseType System
Résultat void

TryGetProxyType() public méthode

public TryGetProxyType ( System baseType, System baseInterfaces, System &proxyType ) : bool
baseType System
baseInterfaces System
proxyType System
Résultat bool