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

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

Syntax

C#
public INHibernateProxy GetProxy(
	Object id,
	ISessionImplementor session
)
Visual Basic
Public Function GetProxy ( _
	id As Object, _
	session As ISessionImplementor _
) As INHibernateProxy
Visual C++
public:
virtual INHibernateProxy^ GetProxy(
	Object^ id, 
	ISessionImplementor^ session
) sealed

Parameters

id
Type: System..::..Object

[Missing <param name="id"/> documentation for "M:NHibernate.Proxy.Map.MapProxyFactory.GetProxy(System.Object,NHibernate.Engine.ISessionImplementor)"]

session
Type: NHibernate.Engine..::..ISessionImplementor

[Missing <param name="session"/> documentation for "M:NHibernate.Proxy.Map.MapProxyFactory.GetProxy(System.Object,NHibernate.Engine.ISessionImplementor)"]

Return Value

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

Implements

IProxyFactory..::..GetProxy(Object, ISessionImplementor)

See Also