Handles "dynamic" components, represented as <map>s

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DynamicComponentType _
	Inherits AbstractType _
	Implements IAbstractComponentType, IType, ICacheAssembler
C#
[SerializableAttribute]
public class DynamicComponentType : AbstractType, 
	IAbstractComponentType, IType, ICacheAssembler
Visual C++
[SerializableAttribute]
public ref class DynamicComponentType : public AbstractType, 
	IAbstractComponentType, IType, ICacheAssembler
JavaScript
NHibernate.Type.DynamicComponentType = function();

Type.createClass(
	'NHibernate.Type.DynamicComponentType',
	NHibernate.Type.AbstractType,
	NHibernate.Type.IAbstractComponentType,
	NHibernate.Type.IType,
	NHibernate.Type.ICacheAssembler);

Inheritance Hierarchy

System..::.Object
  NHibernate.Type..::.AbstractType
    NHibernate.Type..::.DynamicComponentType

See Also