Gets an IEnumerable of Subclass objects that directly inherit from this PersistentClass.

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

Syntax

C#
public virtual IEnumerable<Subclass> DirectSubclasses { get; }
Visual Basic
Public Overridable ReadOnly Property DirectSubclasses As IEnumerable(Of Subclass)
	Get
Visual C++
public:
virtual property IEnumerable<Subclass^>^ DirectSubclasses {
	IEnumerable<Subclass^>^ get ();
}

Field Value

An IEnumerable of Subclass objects that directly inherit from this PersistentClass.

See Also