[Missing <summary> documentation for "M:NHibernate.EmptyInterceptor.GetEntity(System.String,System.Object)"]

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

Syntax

C#
public virtual Object GetEntity(
	string entityName,
	Object id
)
Visual Basic
Public Overridable Function GetEntity ( _
	entityName As String, _
	id As Object _
) As Object
Visual C++
public:
virtual Object^ GetEntity(
	String^ entityName, 
	Object^ id
)

Parameters

entityName
Type: System..::..String

[Missing <param name="entityName"/> documentation for "M:NHibernate.EmptyInterceptor.GetEntity(System.String,System.Object)"]

id
Type: System..::..Object

[Missing <param name="id"/> documentation for "M:NHibernate.EmptyInterceptor.GetEntity(System.String,System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.EmptyInterceptor.GetEntity(System.String,System.Object)"]

Implements

IInterceptor..::..GetEntity(String, Object)

See Also