Gets a boolean indicating if this mapped class is inherited from another.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property IsInherited As Boolean |
C# |
---|
public override bool IsInherited { get; } |
Visual C++ |
---|
public: virtual property bool IsInherited { bool get () override; } |
JavaScript |
---|
function get_isInherited(); |