Constructs a new AbstractEntityTuplizer instance.

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

Syntax

C#
protected AbstractEntityTuplizer(
	EntityMetamodel entityMetamodel,
	PersistentClass mappingInfo
)
Visual Basic
Protected Sub New ( _
	entityMetamodel As EntityMetamodel, _
	mappingInfo As PersistentClass _
)
Visual C++
protected:
AbstractEntityTuplizer(
	EntityMetamodel^ entityMetamodel, 
	PersistentClass^ mappingInfo
)

Parameters

entityMetamodel
Type: NHibernate.Tuple.Entity..::..EntityMetamodel
The "interpreted" information relating to the mapped entity.
mappingInfo
Type: NHibernate.Mapping..::..PersistentClass
The parsed "raw" mapping data relating to the given entity.

See Also