Hello everyone,
I have a ClassLibrary Ledger which have a method:
public List<PersonEL> getData(){
...........
}
The PersonEL class have the following attributes:
public class PersonEL{
public string name {get; set;}
public int phone {get; set;}
....
}
From X ++ , I call the method getData()
How I can get all the List?
AX returns a list of type System.Collections.Generic.List`1 [Ledger.PersonEL]
I hope you can help me.
Thanks
*This post is locked for comments
I have the same question (0)