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