C# Class NHibernate.ByteCode.Castle.ProxyFactory

Inheritance: NHibernate.Proxy.AbstractProxyFactory
Mostra file Open project: rbellamy/NHibernate.ByteCode.Castle Class Usage Examples

Protected Properties

Property Type Description
log IInternalLogger

Public Methods

Method Description
GetFieldInterceptionProxy ( object instanceToWrap ) : object
GetProxy ( object id, ISessionImplementor session ) : INHibernateProxy

Build a proxy using the Castle.DynamicProxy library.

Method Details

GetFieldInterceptionProxy() public method

public GetFieldInterceptionProxy ( object instanceToWrap ) : object
instanceToWrap object
return object

GetProxy() public method

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.
return INHibernateProxy

Property Details

log protected_oe static_oe property

protected static IInternalLogger log
return IInternalLogger