Gets a value indicating if the AbstractType is an IAbstractComponentType.
Namespace:
NHibernate.TypeAssembly: 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(); |