C# Class NHibernate.ByteCode.Castle.ProxyFactory

Inheritance: NHibernate.Proxy.AbstractProxyFactory
Afficher le fichier Open project: rbellamy/NHibernate.ByteCode.Castle Class Usage Examples

Protected Properties

Свойство Type Description
log IInternalLogger

Méthodes publiques

Méthode Description
GetFieldInterceptionProxy ( object instanceToWrap ) : object
GetProxy ( object id, ISessionImplementor session ) : INHibernateProxy

Build a proxy using the Castle.DynamicProxy library.

Method Details

GetFieldInterceptionProxy() public méthode

public GetFieldInterceptionProxy ( object instanceToWrap ) : object
instanceToWrap object
Résultat object

GetProxy() public méthode

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.
Résultat INHibernateProxy

Property Details

log protected_oe static_oe property

protected static IInternalLogger log
Résultat IInternalLogger