[Missing <summary> documentation for "M:NHibernate.Proxy.Map.MapProxyFactory.GetFieldInterceptionProxy(System.Object)"]

Namespace: NHibernate.Proxy.Map
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public Object GetFieldInterceptionProxy(
	Object getInstance
)
Visual Basic
Public Function GetFieldInterceptionProxy ( _
	getInstance As Object _
) As Object
Visual C++
public:
virtual Object^ GetFieldInterceptionProxy(
	Object^ getInstance
) sealed

Parameters

getInstance
Type: System..::..Object

[Missing <param name="getInstance"/> documentation for "M:NHibernate.Proxy.Map.MapProxyFactory.GetFieldInterceptionProxy(System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Proxy.Map.MapProxyFactory.GetFieldInterceptionProxy(System.Object)"]

Implements

IProxyFactory..::..GetFieldInterceptionProxy(Object)

See Also