NestedEntityField

NestedEntityField is a form field component that is used in the context of One-to-One Composition and represents the nested entity. It is a control that allows to create, edit or remove the nested entity. Create/edit will open an EntityEditor for the nested entity. FormField will automatically render a NestedEntityField for an One-to-One Composition entity property.

Multiple levels of Composition (i.e. nested entities that themselves contain nested entities) are currently not supported.