[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.IPropertyMapper"]

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

Syntax

C#
public interface IPropertyMapper : IEntityPropertyMapper, 
	IAccessorPropertyMapper, IColumnsMapper
Visual Basic
Public Interface IPropertyMapper _
	Inherits IEntityPropertyMapper, IAccessorPropertyMapper, IColumnsMapper
Visual C++
public interface class IPropertyMapper : IEntityPropertyMapper, 
	IAccessorPropertyMapper, IColumnsMapper

See Also