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
_______________________________________________
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.