The names of all the collection properties.

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

Syntax

Visual Basic (Declaration)
Public Class CollectionPropertyNames
C#
public class CollectionPropertyNames
Visual C++
public ref class CollectionPropertyNames
JavaScript
NHibernate.Persister.Collection.CollectionPropertyNames = function();

Type.createClass(
	'NHibernate.Persister.Collection.CollectionPropertyNames');

Inheritance Hierarchy

System..::.Object
  NHibernate.Persister.Collection..::.CollectionPropertyNames

See Also