Handles "dynamic" components, represented as <map>s
Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
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 |