Posted inDynamics NAV & BC Tips & tricks
Using .NET Framework Interfaces
With .NET Framework interoperability in C/AL, you can define variables for .NET Framework interface types. This is useful when you have a class that explicitly implements an interface. In the .NET Framework, when an interface is explicitly implemented, you cannot call methods that belong to the…