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

Syntax

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

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

Inheritance Hierarchy

System..::.Object
  NHibernate.Type..::.AbstractType
    NHibernate.Type..::.ComponentType

See Also