Gets the Type that is being mapped.

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

Syntax

C#
public virtual Type MappedClass { get; }
Visual Basic
Public Overridable ReadOnly Property MappedClass As Type
	Get
Visual C++
public:
virtual property Type^ MappedClass {
	Type^ get ();
}

Field Value

The Type that is being mapped.

Remarks

The value of this is set by the name attribute on the <class> element.

See Also