Abstraction of all mappings that define properties: entities, collection elements.

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Interface IPropertyMapping
C#
public interface IPropertyMapping
Visual C++
public interface class IPropertyMapping
JavaScript
NHibernate.Persister.Entity.IPropertyMapping = function();
NHibernate.Persister.Entity.IPropertyMapping.createInterface('NHibernate.Persister.Entity.IPropertyMapping');

See Also