Handles mapping EntityModes to ComponentTuplizers.

Most of the handling is really in the super class; here we just create the tuplizers and add them to the superclass

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

Syntax

C#
[SerializableAttribute]
public class ComponentEntityModeToTuplizerMapping : EntityModeToTuplizerMapping
Visual Basic
<SerializableAttribute> _
Public Class ComponentEntityModeToTuplizerMapping _
	Inherits EntityModeToTuplizerMapping
Visual C++
[SerializableAttribute]
public ref class ComponentEntityModeToTuplizerMapping : public EntityModeToTuplizerMapping

Inheritance Hierarchy

System..::..Object
  NHibernate.Tuple..::..EntityModeToTuplizerMapping
    NHibernate.Tuple.Component..::..ComponentEntityModeToTuplizerMapping

See Also