Gets a value indicating if the AbstractType is a EntityType.

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

Syntax

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

Field Value

false - by default an AbstractType is not a EntityType.

Implements

IType..::..IsEntityType

See Also