<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Converting ReadOnlyEntityList to EntityList question</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Converting ReadOnlyEntityList to EntityList question</description>
  <pubDate>Thu, 30 Apr 2026 21:00:38 -700</pubDate>
  <lastBuildDate>Sat, 09 Aug 2008 09:02:28 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=908</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Converting ReadOnlyEntityList to EntityList question : Yongbum75:  See the section...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=908&amp;PID=3280#3280</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=4" rel="nofollow">GregD</a><br /><strong>Subject:</strong> 908<br /><strong>Posted:</strong> 09-Aug-2008 at 9:02am<br /><br />Yongbum75:<DIV>&nbsp;</DIV><DIV>See the section "<A name=_Toc152482753><SPAN style="mso-bookmark: _Toc174789491"><SPAN style="FONT-WEIGHT: normal; FONT-FAMILY: 'Times New Roman','serif'; mso-bidi-font-weight: bold"><FONT size=3>Keeping Your EntityList(Of T) Current with an EntityListManager</FONT></SPAN></SPAN></A>" in Ch.7 (User Interfaces) of the Developer Guide.</DIV><DIV>&nbsp;</DIV><DIV>There is also a code solution, "EntityListManager", in the 200 Intermediate instructional&nbsp;unit on "BindableList".</DIV><DIV>&nbsp;</DIV><DIV>Best regards,</DIV><DIV>Greg Dunn</DIV><DIV>IdeaBlade</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 09 Aug 2008 09:02:28 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=908&amp;PID=3280#3280</guid>
  </item> 
  <item>
   <title>Converting ReadOnlyEntityList to EntityList question : I found the following tech tip...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=908&amp;PID=3279#3279</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=360" rel="nofollow">yongbum75</a><br /><strong>Subject:</strong> 908<br /><strong>Posted:</strong> 09-Aug-2008 at 8:42am<br /><br /><table width="100%" border="0" cellpadding="0" cellspacing="0"><t><tr><td colspan="2"><p><strong>I found the following tech tip but am not 100% clear on what you mean by "Note that your new list is an unmanaged one (unless and until you configure a ListManager for it), so no additional Order objects will get into it unless you expressly put them there."</strong></p><p><span style="font-weight: bold;">Can you give me a code example that shows how to "configure a&nbsp; ListManager for it"?</span></p><p><span style="font-weight: bold;">Thanks!</span><br><strong></strong></p><p><strong><br></strong></p><p><strong>Converting a ReadOnlyEntityList&lt;T&gt; Into                                                    an EntityList&lt;T&gt;</strong></p>                                                <t> On occasion you may want                                                to convert your ReadOnlyEntityList&lt;T&gt;<t> into                                                a list to which you can directly                                                add or remove entities. You can                                                do that easily, as follows:                                                                                                                                   </t></t></td>                                          </tr>                                          <tr>                                            <td>&nbsp;</td>                                            <td><p><strong>C#:</strong></p>                                                <font face="Courier New, Courier, mono">EntityList&lt;Order&gt; orders                                                =<br>                                                                                           <font color="#0000ff">&nbsp;&nbsp;new</font> EntityList&lt;Order&gt;(mCurrentEmployee.Orders);</font>                                                <p><br>                                                    <font face="Courier New, Courier, mono"> </font> </p>                                                <p><strong>VB.NET:</strong></p>                                                <font color="#0000ff" face="Courier New, Courier, mono">Dim</font><font face="Courier New, Courier, mono"> orders <font color="#0000ff">As</font> EntityList(<font color="#0000ff">Of</font> Order)                                                = _<br>&nbsp;&nbsp;<font color="#0000ff">New</font> EntityList(<font color="#0000ff">Of</font> Order)(mCurrentEmployee.Orders)<br>                                              </font></td>                                          </tr>                                          <tr>                                            <td colspan="2"><p>Now you can add                                                and remove Orders freely and                                                directly in your new orders collection.                                                Note that your new list is an                                                unmanaged one (unless and until                                                you configure a ListManager for                                                it), so no additional Order objects                                                will get into it unless you expressly                                                put them there.</p></td></tr></t></table>]]>
   </description>
   <pubDate>Sat, 09 Aug 2008 08:42:43 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=908&amp;PID=3279#3279</guid>
  </item> 
 </channel>
</rss>