Summary description for CollectionPropertyMapping.

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

Syntax

Visual Basic (Declaration)
Public Class CollectionPropertyMapping _
	Implements IPropertyMapping
C#
public class CollectionPropertyMapping : IPropertyMapping
Visual C++
public ref class CollectionPropertyMapping : IPropertyMapping
JavaScript
NHibernate.Persister.Collection.CollectionPropertyMapping = function();

Type.createClass(
	'NHibernate.Persister.Collection.CollectionPropertyMapping',
	null,
	NHibernate.Persister.Entity.IPropertyMapping);

Inheritance Hierarchy

System..::.Object
  NHibernate.Persister.Collection..::.CollectionPropertyMapping

See Also