Quantcast
Channel: convert an object list with lists to a single list
Browsing latest articles
Browse All 3 View Live

convert an object list with lists to a single list

if the other system can accept list of objects then you should be good create an aobject of List<userrolesobject> and send it. you can use generic list, otherwise if this is limitation at other...

View Article


convert an object list with lists to a single list

in this case if one user have 10 roles I need to send 10 different objects to the other system any suggestion how I can make this easily and not affect the performance, please let me know.You can't...

View Article


convert an object list with lists to a single list

Hi I have an object list. the objects are like:Userobject{ username userage... userrolesList // is a List<userrole>} userrole{ rolid rolname rolcommission} the userrolesList can have one or more...

View Article
Browsing latest articles
Browse All 3 View Live