David Sparer
7d8a5a2bdf
added methods on the container info to push settings to children recursively
2019-04-01 13:26:25 -05:00
David Sparer
ce4bfc55c1
ConnectionInfo.Clone no longer sets the Parent property
...
this resolves undesirable tree nodes from being created
2017-05-02 08:49:04 -06:00
David Sparer
0b2dfecf27
Created more containerinfo tests
2016-10-17 11:45:59 -06:00
David Sparer
46ea97333e
Added more tests for the containerinfo
2016-10-17 11:19:27 -06:00
David Sparer
20f527ae94
Created more ContainerInfo tests
2016-09-20 09:07:30 -06:00
David Sparer
1b0f9fcd88
Created more ContainerInfo tests
2016-09-20 09:02:03 -06:00
David Sparer
05799767a0
Added more ContainerInfo tests. Refactored a bit
2016-09-20 08:54:41 -06:00
David Sparer
86cb233cf6
Implemented INotifyCollectionChanged on the container children list rather than the INotifyPropertyChanged. It makes more sense, though we will need to implement UI refresh listeners on the TreeListView manually now (objectlistview currently only respects INotifyPropertyChanged events)
2016-09-20 08:37:44 -06:00
David Sparer
1e68483deb
- Renamed IParent to IHasParent
...
- Renamed Add, AddRange, Remove, RemoveRange to include the word "Child" to make it more explicit
- Added SetParent and RemoveParent functions
- DeleteNode now works
2016-09-07 09:24:30 -06:00
David Sparer
41127e0e38
Added collection management functions to ContainerInfo (Add, AddRange, Remove, RemoveRange). Added unit tests
2016-08-15 12:02:29 -06:00