Gets a value indicating if the AbstractType is an IAbstractComponentType.

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

Syntax

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

Field Value

false - by default an AbstractType is not an IAbstractComponentType.

Implements

IType..::.IsComponentType

See Also