An IType that represents some kind of association between entities.

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

Syntax

Visual Basic (Declaration)
Public Interface IAssociationType _
	Implements IType, ICacheAssembler
C#
public interface IAssociationType : IType, 
	ICacheAssembler
Visual C++
public interface class IAssociationType : IType, 
	ICacheAssembler
JavaScript
NHibernate.Type.IAssociationType = function();
NHibernate.Type.IAssociationType.createInterface('NHibernate.Type.IAssociationType');

See Also