<?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 : Change VerifierResult Description</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Change VerifierResult Description</description>
  <pubDate>Sun, 12 Apr 2026 01:56:23 -700</pubDate>
  <lastBuildDate>Thu, 25 Jun 2009 15:56:25 -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=1340</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>Change VerifierResult Description : Do you want the property name...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1340&amp;PID=4856#4856</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> 1340<br /><strong>Posted:</strong> 25-Jun-2009 at 3:56pm<br /><br /><P>Do you want the property name to be changed for all verifiers registered for that type and property name? </P><DIV>If so, one way to do it is to register a PropertyNameToDisplayNameTranslator delegate on the VerifierEngine.</DIV><DIV>&nbsp;</DIV><DIV>For example:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _verifierEngine.PropertyNameToDisplayNameTranslator = delegate(Type pType, String pPropertyName) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ((pType == typeof(Employee)) &amp;&amp; pPropertyName.Equals("City")) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pPropertyName = "NewCity";<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return pPropertyName;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };</DIV><DIV>&nbsp;</DIV><DIV>The above would substitute "City" with "NewCity" in the description of any verifier registered on the VerifierEngine associated with type=Employee and propertyName="City".</DIV>]]>
   </description>
   <pubDate>Thu, 25 Jun 2009 15:56:25 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1340&amp;PID=4856#4856</guid>
  </item> 
  <item>
   <title>Change VerifierResult Description : What is the best way to change...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1340&amp;PID=4825#4825</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=506" rel="nofollow">swylie</a><br /><strong>Subject:</strong> 1340<br /><strong>Posted:</strong> 22-Jun-2009 at 3:29pm<br /><br /><P>What is the best way to change the RequiredVerifier's description.&nbsp; It is picking up by default the string name of the property.&nbsp; The property value name in the model is different than the UI has.&nbsp; I want to override the description returned when the verifier returns.</P>]]>
   </description>
   <pubDate>Mon, 22 Jun 2009 15:29:27 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1340&amp;PID=4825#4825</guid>
  </item> 
 </channel>
</rss>