Gets the RootClass of the class that is mapped in the class element.

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

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property RootClazz As RootClass
C#
public override RootClass RootClazz { get; }
Visual C++
public:
virtual property RootClass^ RootClazz {
	RootClass^ get () override;
}
JavaScript
function get_rootClazz();

Field Value

this since this is the root mapped class.

See Also