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

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

Syntax

C#
public virtual Object Instantiate(
	string clazz,
	EntityMode entityMode,
	Object id
)
Visual Basic
Public Overridable Function Instantiate ( _
	clazz As String, _
	entityMode As EntityMode, _
	id As Object _
) As Object
Visual C++
public:
virtual Object^ Instantiate(
	String^ clazz, 
	EntityMode entityMode, 
	Object^ id
)

Parameters

clazz
Type: System..::..String

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

entityMode
Type: NHibernate..::..EntityMode

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

id
Type: System..::..Object

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

Return Value

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

Implements

IInterceptor..::..Instantiate(String, EntityMode, Object)

See Also