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

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

Syntax

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

See Also