When implemented by a class, gets an IEnumerable
of Property objects that this mapped class contains.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public abstract IEnumerable<Property> PropertyClosureIterator { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property PropertyClosureIterator As IEnumerable(Of Property) Get |
Visual C++ |
---|
public: virtual property IEnumerable<Property^>^ PropertyClosureIterator { IEnumerable<Property^>^ get () abstract; } |
Field Value
An IEnumerable of Property objects that this mapped class contains.Remarks
This is all of the properties of this mapped class and each mapped class that
it is inheriting from.