dapplo / Dapplo.Addons

Dapplo.Addons makes it possible to extend your applications with addons in a simple way.
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Support for extended interfaces #7

Closed Lakritzator closed 6 years ago

Lakritzator commented 7 years ago

If IXConfig extends IYConfig, an import of IYConfig can be satisfied with an instance of IXConfig This would simplify the usage and modularity of an application dramatically.

This should be tested, but should be fairly easy to make by testing the interfaces a class implements and storing these separately into the dictionaries where the lookup is done.

Lakritzator commented 7 years ago

This should also be possible to the Dapplo.Config code... so "static" referencing is possible.

Lakritzator commented 6 years ago

This use case is obsolete... closing