When implemented by a class, gets a boolean indicating if this
mapped class is inherited from another.
Namespace:
NHibernate.Mapping
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property IsInherited As Boolean |
C# |
---|
public abstract bool IsInherited { get; } |
Visual C++ |
---|
public:
virtual property bool IsInherited {
bool get () abstract;
} |
JavaScript |
---|
function get_isInherited();
|
Field Value
trueTruetruetrue (True in Visual Basic) if this class is a
subclass or
joined-subclass
that inherited from another
class.
See Also