Reconstruct the object from its cached "disassembled" state.

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

Syntax

C#
Object Assemble(
	Object cached,
	ISessionImplementor session,
	Object owner
)
Visual Basic
Function Assemble ( _
	cached As Object, _
	session As ISessionImplementor, _
	owner As Object _
) As Object
Visual C++
Object^ Assemble(
	Object^ cached, 
	ISessionImplementor^ session, 
	Object^ owner
)

Parameters

cached
Type: System..::..Object
the disassembled state from the cache
session
Type: NHibernate.Engine..::..ISessionImplementor
the session
owner
Type: System..::..Object
the parent entity object

Return Value

the the object

See Also