A one-to-one association to an entity

Namespace: NHibernate.Type
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class OneToOneType _
	Inherits EntityType _
	Implements IAssociationType, IType, ICacheAssembler
C#
[SerializableAttribute]
public class OneToOneType : EntityType, IAssociationType, IType, ICacheAssembler
Visual C++
[SerializableAttribute]
public ref class OneToOneType : public EntityType, IAssociationType, IType, ICacheAssembler

Inheritance Hierarchy

System.Object
  NHibernate.Type.AbstractType
    NHibernate.Type.EntityType
      NHibernate.Type.OneToOneType