Summary description for CompositeCustomType.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class CompositeCustomType _ Inherits AbstractType _ Implements IAbstractComponentType, IType, ICacheAssembler |
C# |
---|
[SerializableAttribute] public class CompositeCustomType : AbstractType, IAbstractComponentType, IType, ICacheAssembler |
Visual C++ |
---|
[SerializableAttribute] public ref class CompositeCustomType : public AbstractType, IAbstractComponentType, IType, ICacheAssembler |
JavaScript |
---|
NHibernate.Type.CompositeCustomType = function(); Type.createClass( 'NHibernate.Type.CompositeCustomType', NHibernate.Type.AbstractType, NHibernate.Type.IAbstractComponentType, NHibernate.Type.IType, NHibernate.Type.ICacheAssembler); |