Gets an ICollection of Property objects that this mapped class contains and that all of its subclasses contain.

Namespace:  NHibernate.Mapping
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property SubclassPropertyClosureCollection As ICollection
C#
public virtual ICollection SubclassPropertyClosureCollection { get; }
Visual C++
public:
virtual property ICollection^ SubclassPropertyClosureCollection {
	ICollection^ get ();
}
JavaScript
function get_subclassPropertyClosureCollection();

Field Value

An ICollection of Property objects that this mapped class contains and that all of its subclasses contain.

See Also