[Missing <summary> documentation for "T:NHibernate.Type.CompositeCustomType"]

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

Syntax

C#
[SerializableAttribute]
public class CompositeCustomType : AbstractType, 
	IAbstractComponentType, IType, ICacheAssembler
Visual Basic
<SerializableAttribute> _
Public Class CompositeCustomType _
	Inherits AbstractType _
	Implements IAbstractComponentType, IType, ICacheAssembler
Visual C++
[SerializableAttribute]
public ref class CompositeCustomType : public AbstractType, 
	IAbstractComponentType, IType, ICacheAssembler

Inheritance Hierarchy

System..::..Object
  NHibernate.Type..::..AbstractType
    NHibernate.Type..::..CompositeCustomType

See Also