Return the pojo class managed by this tuplizer.

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

Syntax

C#
Type MappedClass { get; }
Visual Basic
ReadOnly Property MappedClass As Type
	Get
Visual C++
property Type^ MappedClass {
	Type^ get ();
}

Return Value

The persistent class.

Remarks

Need to determine how to best handle this for the Tuplizers for EntityModes other than POCO.

See Also