|
Browse by Tags
All Tags » databinding » Complex Business Objects ( RSS)
-
Say I have a set of Business Objects that look like this: public class MasterObject { public string Description {get; set;} private Settings _setting = new Settings(); public Settings MasterSettings { get { return _setting; } } private List<DetailObject> _details = new List<DetailObject>...
Page 1 of 1 (1 items)
|
|