<?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 : IDataErrorInfo</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : IDataErrorInfo</description>
  <pubDate>Tue, 18 Jun 2013 22:07:25 -700</pubDate>
  <lastBuildDate>Tue, 21 Aug 2007 15:26:33 -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=104</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>IDataErrorInfo : IdeaBlade.Persistence.Entity provides...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=959#959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=51" rel="nofollow">eileenv</a><br /><strong>Subject:</strong> 104<br /><strong>Posted:</strong> 21-Aug-2007 at 3:26pm<br /><br />IdeaBlade.Persistence.Entity provides 2 overridable methods if you want to replace the base implementation of the corresponding IDataErrorInfo methods. These are:<DIV><FONT size=2><P></FONT><FONT color=#808080 size=2><FONT color=#009933>&nbsp;&nbsp;&nbsp; /// &lt;summary&gt;<BR>&nbsp;&nbsp;&nbsp; /// Returns an error message indicating what is wrong with this entity.<BR>&nbsp;&nbsp;&nbsp; /// &lt;/summary&gt;<BR>&nbsp;&nbsp;&nbsp; /// &lt;returns&gt;<BR>&nbsp;&nbsp;&nbsp; /// An error message indicating what is wrong with this entity. <BR>&nbsp;&nbsp;&nbsp; /// The default is an empty string ("").<BR>&nbsp;&nbsp;&nbsp; ///&lt;/returns&gt;</FONT><BR><FONT color=#000000>&nbsp;&nbsp;&nbsp; protected virtual String GetDataErrorInfo(); // the base implementation simply returns the RowError</FONT></FONT></P><DIV><FONT color=#808080 size=2><FONT color=#009933>&nbsp;&nbsp;&nbsp; /// &lt;summary&gt;<BR>&nbsp;&nbsp;&nbsp; /// Returns error message for the property with the given name.<BR>&nbsp;&nbsp;&nbsp; /// &lt;/summary&gt;<BR>&nbsp;&nbsp;&nbsp; /// &lt;param name="pPropertyName"&gt;The name of the property whose error message to get.&lt;/param&gt;<BR>&nbsp;&nbsp;&nbsp; /// &lt;returns&gt;<BR>&nbsp;&nbsp;&nbsp; /// The error message for the property. The default is an empty string ("").<BR>&nbsp;&nbsp;&nbsp; /// &lt;/returns&gt;</FONT><BR><FONT color=#000000>&nbsp;&nbsp;&nbsp; protected virtual String GetDataErrorInfo(String pPropertyName); // the base implementation simply returns the ColumnError</FONT></FONT></DIV></DIV>]]>
   </description>
   <pubDate>Tue, 21 Aug 2007 15:26:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=959#959</guid>
  </item> 
  <item>
   <title>IDataErrorInfo : Could you please point me to the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=917#917</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=111" rel="nofollow">SimonC</a><br /><strong>Subject:</strong> 104<br /><strong>Posted:</strong> 14-Aug-2007 at 6:49am<br /><br />Could you please point me to the doco on how to use the IDataErrorInfo features of IdeaBlade?]]>
   </description>
   <pubDate>Tue, 14 Aug 2007 06:49:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=917#917</guid>
  </item> 
  <item>
   <title>IDataErrorInfo : Yes, Thanks. that will do it </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=262#262</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=52" rel="nofollow">Yaron</a><br /><strong>Subject:</strong> 104<br /><strong>Posted:</strong> 10-Jul-2007 at 11:50am<br /><br />Yes, Thanks. that will do it]]>
   </description>
   <pubDate>Tue, 10 Jul 2007 11:50:34 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=262#262</guid>
  </item> 
  <item>
   <title>IDataErrorInfo : In a forthcoming release, we will...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=261#261</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=51" rel="nofollow">eileenv</a><br /><strong>Subject:</strong> 104<br /><strong>Posted:</strong> 10-Jul-2007 at 10:13am<br /><br /><P>In a forthcoming release, we will provide users the ability to override the base implementation of the IDataErrorInfo methods.&nbsp;This should make it easier&nbsp;for you to provide your own custom implementation&nbsp;without having to explicitly implement the IDataErrorInfo interface in your own class. Hope this helps.&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 10 Jul 2007 10:13:32 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=261#261</guid>
  </item> 
  <item>
   <title>IDataErrorInfo : OK, I looked at suppressing warnings,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=242#242</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=52" rel="nofollow">Yaron</a><br /><strong>Subject:</strong> 104<br /><strong>Posted:</strong> 07-Jul-2007 at 2:22am<br /><br /><P>OK, I looked at suppressing warnings, hardly the solution as it will suppress other warnings aswell which&nbsp; I realy like. Is there a way to maybe 'force' the Base method&nbsp;to use the value returned from the cache, I also looked for the MyBase option, I don't seem to find the method which implement it (maybe a simple code example will save alot of questions).</P><DIV>Thanks</DIV><span style="font-size:10px"><br /><br />Edited by Yaron - 07-Jul-2007 at 2:24am</span>]]>
   </description>
   <pubDate>Sat, 07 Jul 2007 02:22:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=242#242</guid>
  </item> 
  <item>
   <title>IDataErrorInfo : Even prior to the new base implementation,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=241#241</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=51" rel="nofollow">eileenv</a><br /><strong>Subject:</strong> 104<br /><strong>Posted:</strong> 06-Jul-2007 at 5:30pm<br /><br /><DIV>Even prior to the new base implementation, you should have been able to see verifier results displayed in UI with error bullets, <EM>if you were using .NET or DevExpress</EM>. The reason why IDataErrorInfo was implemented in 3.5.2.2 was to support Infragistics grid users. </DIV><DIV>&nbsp;</DIV><DIV>I believe the Verification tutorial application implements its own IDataErrorInfo because it is doing extra things such as caching VerifierResults. Caching results is not implemented in the base implementation. </DIV><DIV>&nbsp;</DIV><DIV>Rephrase of 2nd bullet: If you implement IDataErrorInfo in your own app, then the base implementation will be ignored unless you use the MyBase keyword&nbsp;to access it.</DIV><span style="font-size:10px"><br /><br />Edited by eileenv - 06-Jul-2007 at 5:30pm</span>]]>
   </description>
   <pubDate>Fri, 06 Jul 2007 17:30:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=241#241</guid>
  </item> 
  <item>
   <title>IDataErrorInfo : OK, First; what I am attempting...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=240#240</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=52" rel="nofollow">Yaron</a><br /><strong>Subject:</strong> 104<br /><strong>Posted:</strong> 06-Jul-2007 at 4:31pm<br /><br /><P>OK, First; what I am attempting to achieve is, displaying the verifier results on the UI (error bullets). so now I got 2 questions.</P><DIV>a: Can it be achieved with the new base implementation, if so then how?</DIV><DIV>b; Can you please refrase the middle part, I totaly lost you there.</DIV>]]>
   </description>
   <pubDate>Fri, 06 Jul 2007 16:31:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=240#240</guid>
  </item> 
  <item>
   <title>IDataErrorInfo :   The compilation warning occurs...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=238#238</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=51" rel="nofollow">eileenv</a><br /><strong>Subject:</strong> 104<br /><strong>Posted:</strong> 06-Jul-2007 at 12:40pm<br /><br /><UL><LI><P>The compilation warning occurs in VB only (not C#).</P><LI><P>If you intend to reimplement the interface member, code in your derived class accesses the reimplemented member unless you use the <SPAN =Terms><a href="http://msdn2.microsoft.com/en-us/library/dzfhkk01%28VS.80%29.aspx" target="_blank">MyBase</A></SPAN> keyword to access the base class implementation.</P></LI><LI><P>For information on hiding warnings or treating warnings as errors, see <SPAN =Terms><a href="http://msdn2.microsoft.com/en-us/library/3y20cc1z%28VS.80%29.aspx" target="_blank"><FONT color=#810081>Configuring Warnings in Visual Basic</FONT></A></SPAN>.</P><DIV>&nbsp;</DIV></LI></UL>]]>
   </description>
   <pubDate>Fri, 06 Jul 2007 12:40:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=238#238</guid>
  </item> 
  <item>
   <title>IDataErrorInfo : Simple question  The new version...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=230#230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=52" rel="nofollow">Yaron</a><br /><strong>Subject:</strong> 104<br /><strong>Posted:</strong> 04-Jul-2007 at 10:15am<br /><br />Simple question<DIV>&nbsp;</DIV><DIV>The new version is implementing <FONT size=2>IDataErrorInfo,&nbsp;I am using the implementation described in the Verification tutorials (in the BaseEntity). I now get a VS warning that there is already an implementation in the Entity Base object. </FONT></DIV><DIV><FONT size=2>My question is, How do I activate the built-in implementation or alternatively,supress the warnings?</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Thanks</DIV></FONT>]]>
   </description>
   <pubDate>Wed, 04 Jul 2007 10:15:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=104&amp;PID=230#230</guid>
  </item> 
 </channel>
</rss>