If I add a private variable on my BusinessListBase...how or can I serialize it so it is still there on the other side of the WCF portal?
Say like this?
TestList BusinessListBase(of Test)
private mTestString as String
I assumed the BusinessListBase would preserve and serialize variable just like BusinessBase but apparently not.
I am tracking a list of issues to report to the parent when IParent is set in SetParent after DataPortal call. I override SetParent and alert the root parent in there.
Any ideas
Sean