Enables other Component-like types to hold collections and have cascades, etc.

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

Syntax

C#
public interface IAbstractComponentType : IType, 
	ICacheAssembler
Visual Basic
Public Interface IAbstractComponentType _
	Inherits IType, ICacheAssembler
Visual C++
public interface class IAbstractComponentType : IType, 
	ICacheAssembler

See Also