With AX7 there has been a switch to use Microsoft.Dynamics.Ax.Xpp.MetadataSupport when getting any sort of metadata, and there are a number of posts/articles about how to use it.
But is there any documentation on what methods are available on this class? (something like MSDN has for almost every other AX class)
Intellisense in Visual Studio doesn't provide any methods at all and you can't F12 to see the code behind it.
The issue I am running into is that the GetDataEntityViewNames() call is not returning Composite or Aggregate Data Entities (it returns normal data entities just fine) and I wanted to see if there is a different call to get these.
*This post is locked for comments