﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » ObservableCollection Implementation?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sat, 12 Sep 2026 14:47:54 GMT</lastBuildDate><ttl>20</ttl><item><title>ObservableCollection Implementation?</title><link>http://forum.strataframe.net/FindPost7438.aspx</link><description>TO SF Team:&lt;br&gt;
&lt;br&gt;
Is there any possibility that ObservableCollection can be implemented as part of BO anytime soon?&lt;br&gt;
Info: http://msdn2.microsoft.com/en-us/library/ms668604.aspx&lt;br&gt;
&lt;br&gt;
I understand support for WPF is planned in SF 2.x, but as interim, it seems like the current SF can be utilized by adding a few supporting functions.&lt;br&gt;
&lt;br&gt;
Thank you in advance!</description><pubDate>Tue, 13 Mar 2007 10:44:00 GMT</pubDate><dc:creator>Ben Hayat</dc:creator></item><item><title>RE: ObservableCollection Implementation?</title><link>http://forum.strataframe.net/FindPost7442.aspx</link><description>Thanks for speedy response Ben!&lt;br&gt;
&lt;br&gt;
I think the approach you offered should work fine. It's nice to see you guys are on the top of WPF development. i.e. the name of infragistics xamDataGrid.&lt;br&gt;
&lt;br&gt;
Thanks!</description><pubDate>Tue, 13 Mar 2007 10:44:00 GMT</pubDate><dc:creator>Ben Hayat</dc:creator></item><item><title>RE: ObservableCollection Implementation?</title><link>http://forum.strataframe.net/FindPost7440.aspx</link><description>The ObservableCollection is much like System.Collections.CollectionBase... it just provides a base class for the collection and also implements the INotifyCollectionChanged interface.&amp;nbsp; It will not be possible for us to change the inheritance structure of the BusinessLayer class to include the ObservableCollection.&amp;nbsp; However, we don't have to... all we need is to implement the INotifyCollectionChanged interface, which we already do through the IBindingListView implementation on the BusinessBindingSource.&amp;nbsp; So, as it stands, you can wrap a business object within a BBS and use it as the data source for any WPF control or grid, like the Infragistics xamGrid (I think that's what it's called... not positive).</description><pubDate>Tue, 13 Mar 2007 10:30:28 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>