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

Namespace: NHibernate.Type
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public Interface IAbstractComponentType _
	Implements IType, ICacheAssembler
C#
public interface IAbstractComponentType : IType, ICacheAssembler
Visual C++
public interface class IAbstractComponentType : IType, ICacheAssembler