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

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

Syntax

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

Field Value

this since this is the root mapped class.

See Also