Gets a value indicating if the AbstractType is a EntityType.

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

Syntax

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

Field Value

false - by default an AbstractType is not a EntityType.

Implements

IType..::.IsEntityType

See Also