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

Syntax

Visual Basic (Declaration)
Public Overrides NotOverridable ReadOnly Property IsEntityType As Boolean
C#
public override sealed bool IsEntityType { get; }
Visual C++
public:
virtual property bool IsEntityType {
	bool get () override sealed;
}
JavaScript
function get_isEntityType();

Implements

IType..::.IsEntityType
IType..::.IsEntityType

See Also