Extend a class or implement an interface using D365FO Ninja DevTools
Here is a great feature will help you extend a class or implement an interface using D365FO Ninja DevTools
Extend a class
Let's take a good example, I have an abstract class TSTAbstractClass which I want to implement.
Very simple, just right click on the class in the solution explorer than Click Extend...
The tool will ask for the name of the new class:
The tool will not only create the class but will implement the abstract methods also:
Implement an interface
The same concept with interfaces.
I have an interface called TSTIMarkable which I want to be implemented in my new class.
Right click on the interface in the Solution explorer and Click Extend...
Provide the new class name, then, as expected the new class will be created, and the interface methods will also get implemented.
Cool right!
Enjoy DAXing with D365FO Ninja DevTools

Like
Report
*This post is locked for comments