Manage the mapping of a HbmKeyProperty but implementing IPropertyMapper instead a more limitated KeyProperty.

Namespace: NHibernate.Mapping.ByCode.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class KeyPropertyMapper : IPropertyMapper, 
	IEntityPropertyMapper, IAccessorPropertyMapper, IColumnsMapper
Visual Basic
Public Class KeyPropertyMapper _
	Implements IPropertyMapper, IEntityPropertyMapper, IAccessorPropertyMapper, IColumnsMapper
Visual C++
public ref class KeyPropertyMapper : IPropertyMapper, 
	IEntityPropertyMapper, IAccessorPropertyMapper, IColumnsMapper

Inheritance Hierarchy

System..::..Object
  NHibernate.Mapping.ByCode.Impl..::..KeyPropertyMapper

See Also