[Missing <summary> documentation for "N:NHibernate.Proxy"]

Classes

  ClassDescription
Public classAbstractLazyInitializer
Provides the base functionality to Handle Member calls into a dynamically generated NHibernate Proxy.
Public classAbstractProxyFactory
Convenient common implementation for ProxyFactory
Public classDefaultDynamicProxyMethodCheckerExtensions
Public classDefaultLazyInitializer
Public classDefaultProxyFactory
Public classDynProxyTypeValidator
Public classNHibernateProxyHelper
NHibernateProxyHelper provides convenience methods for working with objects that might be instances of Classes or the Proxied version of the Class.

Interfaces

  InterfaceDescription
Public interfaceIEntityNotFoundDelegate
Delegate to handle the scenario of an entity not found by a specified id.
Public interfaceILazyInitializer
Public interfaceINHibernateProxy
A marker interface so NHibernate can know if it is dealing with an object that is a Proxy.
Public interfaceIProxyFactory
Contract for run-time, proxy-based lazy initialization proxies.
Public interfaceIProxyValidator
Proxeability validator.