Stephen, > Why is this so hard to understand?
Not difficult to understand, but perhaps painful to read? Makes me glad I'm using Python :) Malcolm Intentionally not trimmed ... ----- Original message ----- From: "Stephen Russell" <[email protected]> To: [email protected] Date: Fri, 7 May 2010 11:47:52 -0500 Subject: [NF] Teaching my counterpart about collections. or no joy in Muddville Existing array is: public partial class bookingsByRniDto : object, System.ComponentModel.INotifyPropertyChanged { private int bookingNumberField; private int chargeGroupField; private string firstNameField; private string lastNameField; private string miNameField; private string suffixNameField; private string raceField; private string sexField; private string dataErrMessageField; All of that content could be wrapped to a CourtTypeBookingsByRniDto public partial class courtTypeBookingsByRniDto : object, System.ComponentModel.INotifyPropertyChanged { private string courtTypeField; private bookingsByRniDto[]; Why is this so hard to understand? -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

