Adds a Property that is implemented by a subclass.

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

Syntax

C#
public override void AddSubclassProperty(
	Property p
)
Visual Basic
Public Overrides Sub AddSubclassProperty ( _
	p As Property _
)
Visual C++
public:
virtual void AddSubclassProperty(
	Property^ p
) override

Parameters

p
Type: NHibernate.Mapping..::..Property
The Property implemented by a subclass.

Remarks

This also adds the Property to the Superclass' collection of SubclassType Properties.

See Also