This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
ApplicationPart should be a feature collection #4760
Closed
Description
Today ApplicationPart
need to implement interfaces in order for the feature provider to interact with the part. This means that parts cannot be extended without making a new derived one. Instead, ApplicationPart
should be a feature collection so that new interfaces can be added/removed from existing parts.
It will allow people to extend AssemblyPart
for example without making a new derived type.