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

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

Syntax

C#
[SerializableAttribute]
public class EmbeddedComponentType : ComponentType
Visual Basic
<SerializableAttribute> _
Public Class EmbeddedComponentType _
	Inherits ComponentType
Visual C++
[SerializableAttribute]
public ref class EmbeddedComponentType : public ComponentType

Inheritance Hierarchy

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

See Also