Quantcast
Channel: Martin Dráb's Activities
Viewing all articles
Browse latest Browse all 17532

Declare subclass in dll and call the methods from X++

$
0
0

Hi experts,

I got a dll with two classes in inheritance relation, like below: 

namespace Test

{

public class A

{

public class B

{

public string bString;

public string bMethod()

{

return bString;

}

}

}

}

when I add this dll to AX references and try to using it, class A is the only thing I can get, I can't declare B so that can't call method bMethod. 

Is possible to declare class B and call method bMethod? if yes, how? Thanks for your help.

Best regards;

Daniel 


Viewing all articles
Browse latest Browse all 17532

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>