-
I'm trying to understand how to override properties / methods that are explicitly defined within an interface. I'm running into issue with this more complex situation Provided the following model, how would I write an aspect that is capable of overriding the property getter that is explicitly defined under InterfaceB. For example purposes, let's ".ToUpper()" the result using a ProjectFabric. I haven't had issue targeting the types via. the fabric layer, just having success in the aspect actually being able to manipulate the explicitly defined member within the implemented interface.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Overriding of default interface member implementation is not supported at the moment. |
Beta Was this translation helpful? Give feedback.
-
The user story has now been implemented. |
Beta Was this translation helpful? Give feedback.
The user story has now been implemented.