<?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 : Regarding the CurrentQueryId</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Regarding the CurrentQueryId</description>
  <pubDate>Wed, 29 Apr 2026 14:54:39 -700</pubDate>
  <lastBuildDate>Wed, 11 Jun 2008 07:24:50 -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=833</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>Regarding the CurrentQueryId : Thanks for the explanation of...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=833&amp;PID=3058#3058</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 833<br /><strong>Posted:</strong> 11-Jun-2008 at 7:24am<br /><br />Thanks for the explanation of your use case.<DIV>&nbsp;</DIV><DIV>Unfortunately, we won't have support for XML serialization in Beta2, so implementing IXmlSerializable might be the best alternative now.</DIV><DIV>&nbsp;</DIV><DIV>If you're not committed to using EF right away, DevForce v3 does support XML serialization today, so you might want to give that a try.</DIV>]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 07:24:50 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=833&amp;PID=3058#3058</guid>
  </item> 
  <item>
   <title>Regarding the CurrentQueryId : This is for XML serialization...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=833&amp;PID=3057#3057</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=275" rel="nofollow">danielp37</a><br /><strong>Subject:</strong> 833<br /><strong>Posted:</strong> 10-Jun-2008 at 9:20pm<br /><br />This is for XML serialization in the DevForce EF Entities and it is used in most cases to serialize the object to XML and then apply an XSLT to it to produce a document.&nbsp; For example, we have an agreement object that actually has several subclasses that represent different types of agreements that we need to store.&nbsp; When a user gets the option to click-sign the agreement, we serialize the object to XML and then do an XSLT transform to produce the text for the agreement (the agreement object might have properties on it that are used by the XSLT to product the resulting document).&nbsp; Therefore the offline cache or invokeservermethod stuff really isn't going to work for us.&nbsp; Also, usually the XML serialization in these cases is one way, ie representing the object as XML but not necessarily creating the object from XML.&nbsp; We could obviously implement the IXmlSerializable interface, but would prefer a much more automated XML serialization.]]>
   </description>
   <pubDate>Tue, 10 Jun 2008 21:20:49 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=833&amp;PID=3057#3057</guid>
  </item> 
  <item>
   <title>Regarding the CurrentQueryId : I assume you&amp;#039;re trying to...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=833&amp;PID=3055#3055</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 833<br /><strong>Posted:</strong> 10-Jun-2008 at 10:54am<br /><br />I assume you're trying to use XML serialization on your entities.&nbsp; As you've found, this is not supported right now.<DIV>&nbsp;</DIV><DIV>I'm not sure what your serialization requirements are, but you can store an entity cache offline using existing features of DevForce.&nbsp; If you need to pass an entity in an InvokeServerMethod call we support that also.&nbsp; In a future release we will offer support to expose your domain model via a web service, as we do in DevForce v3 today.</DIV>]]>
   </description>
   <pubDate>Tue, 10 Jun 2008 10:54:25 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=833&amp;PID=3055#3055</guid>
  </item> 
  <item>
   <title>Regarding the CurrentQueryId : Hello IDB,  When itry to serialize...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=833&amp;PID=3048#3048</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=328" rel="nofollow">viralvasaiwala</a><br /><strong>Subject:</strong> 833<br /><strong>Posted:</strong> 09-Jun-2008 at 12:05am<br /><br /><DIV>Hello IDB,</DIV><DIV>&nbsp;</DIV><DIV>When i&nbsp;try to serialize Entity of the IDEABLADE for my application requirement, then&nbsp;it&nbsp;is giving me the error given.</DIV><DIV>&nbsp;</DIV><DIV>==================================================================================</DIV><DIV><strong>Error Details : </strong></DIV><DIV>Unable to generate a temporary class (result=1).<BR>error CS0200: Property or indexer 'IdeaBlade.EntityModel.v4.Entity.CurrentQueryId' cannot be assigned to -- it is read only</DIV><DIV>==================================================================================</DIV><DIV>&nbsp;</DIV><DIV><DIV>In Entity class "CurrentQueryId<strong>" </strong>propety is defined as "Internal Set"; Why it is defined such .... ?? </DIV><DIV>Becuase of it we are not able to serialize that entity object as per our requirement. Please guide me for the same.</DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Viral Vasaiwala</DIV>]]>
   </description>
   <pubDate>Mon, 09 Jun 2008 00:05:18 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=833&amp;PID=3048#3048</guid>
  </item> 
 </channel>
</rss>