Hi everybody,
We're trying to create an addin that creates extensions from data entities that are inside of the current project.
I'm using Martin Drab's example from GitHub as base: github.com/.../AddClassMenuAddIn.cs
The CurrentMetaModelService object doesn't have any method for create extensions, only normal objects... I'm trying to do it now with AxDataEntityView.AddExtensionMappings method, but I don't know if this method works for this purpose.
Do you guys know if is it possible or is something that Microsoft haven't done yet?
Thanks!
*This post is locked for comments
I have the same question (0)