<?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 : EntityPropertyDescriptors</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : EntityPropertyDescriptors</description>
  <pubDate>Fri, 17 Apr 2026 00:13:41 -700</pubDate>
  <lastBuildDate>Wed, 02 Jun 2010 03:07:41 -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=1843</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>EntityPropertyDescriptors : Thank you Greg. I will do that....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7121#7121</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=784" rel="nofollow">kosgia</a><br /><strong>Subject:</strong> 1843<br /><strong>Posted:</strong> 02-Jun-2010 at 3:07am<br /><br /><P>Thank you Greg.</P><DIV></DIV>I will do that.]]>
   </description>
   <pubDate>Wed, 02 Jun 2010 03:07:41 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7121#7121</guid>
  </item> 
  <item>
   <title>EntityPropertyDescriptors : The EntityPropertyDescriptors...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7117#7117</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> 1843<br /><strong>Posted:</strong> 01-Jun-2010 at 8:36pm<br /><br />The EntityPropertyDescriptors never gave you more than you get via &lt;propname&gt;EntityProperty.Name.&nbsp; If you want the string for the nested property<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp;&nbsp; Order.Customer.CompanyName<br></pre></td></tr></table><br><br>of an OrderDetail entity, you'll have to build it up, e.g:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; OrderDetail.OrderEntityProperty.Name + "." + Order.CustomerEntityProperty.Name + "." +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Customer.CompanyNameEntityProperty.Name<br></pre></td></tr></table><br><br>]]>
   </description>
   <pubDate>Tue, 01 Jun 2010 20:36:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7117#7117</guid>
  </item> 
  <item>
   <title>EntityPropertyDescriptors : Sorry Greg, I didn&#8217;t mean getting...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7114#7114</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=784" rel="nofollow">kosgia</a><br /><strong>Subject:</strong> 1843<br /><strong>Posted:</strong> 31-May-2010 at 2:23am<br /><br /><P style="MARGIN: 0in 0in 10pt" =Ms&#111;normal><FONT size=3 face=Calibri>Sorry Greg, I didn’t mean getting just the string State.Name but the whole path string like: "HomeAddress.State".</FONT></P><P style="MARGIN: 0in 0in 10pt" =Ms&#111;normal><FONT size=3 face=Calibri>For example if we had an employee object and we wanted to bind the state of his home address with a ui control we would use "HomeAddress.State"as a binding expression. I got this from developers guide:&nbsp; </FONT></P><P style="MARGIN: 0in 0in 10pt" =Ms&#111;normal><FONT size=3 face=Calibri><strong>Nested Properties Text book examples always show binding to simple object properties like</strong></FONT></P><P style="MARGIN: 0in 0in 10pt" =Ms&#111;normal><FONT size=3 face=Calibri><strong>FirstName. What about an Employee.Address.State.Abbreviation? You don’t</strong></FONT></P><P style="MARGIN: 0in 0in 10pt" =Ms&#111;normal><FONT size=3 face=Calibri><strong>see that one often – for good reason. It doesn’t work.</strong></FONT></P><P style="MARGIN: 0in 0in 10pt" =Ms&#111;normal><FONT size=3 face=Calibri><strong>Oh, it works some of the time. But never in grids, and the breakdowns are difficult</strong></FONT></P><P style="MARGIN: 0in 0in 10pt" =Ms&#111;normal><FONT size=3 face=Calibri><strong>to predict.</strong></FONT></P><P style="MARGIN: 0in 0in 10pt" =Ms&#111;normal><FONT size=3 face=Calibri><strong>The DevForce WinClient DataBinding collections take care of this important</strong></FONT></P><P style="MARGIN: 0in 0in 10pt" =Ms&#111;normal><FONT size=3 face=Calibri><strong>problem.</strong></FONT></P><P style="MARGIN: 0in 0in 10pt" =Ms&#111;normal><FONT size=3 face=Calibri>In such cases I think the EntityPropertyDescriptors would get the whole string path of a nested property path, not just the property name. But as I said not a big issue. I', sure you had your reasons for discontinuing these classes.</FONT></P>]]>
   </description>
   <pubDate>Mon, 31 May 2010 02:23:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7114#7114</guid>
  </item> 
  <item>
   <title>EntityPropertyDescriptors : If you want the string name of...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7092#7092</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> 1843<br /><strong>Posted:</strong> 28-May-2010 at 11:31am<br /><br />If you want the string name of the Name property of the State entity, use<br><br>&nbsp;&nbsp;&nbsp;&nbsp; State.NameEntityProperty.Name<br><br>Nesting doesn't enter the picture: the string name of <i>State.Name </i>is the same no matter what the State entity's relationship is to something else. <br><br><br><br>]]>
   </description>
   <pubDate>Fri, 28 May 2010 11:31:56 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7092#7092</guid>
  </item> 
  <item>
   <title>EntityPropertyDescriptors : That is fine with one level nested...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7078#7078</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=784" rel="nofollow">kosgia</a><br /><strong>Subject:</strong> 1843<br /><strong>Posted:</strong> 27-May-2010 at 8:01am<br /><br />That is fine with one level nested property paths. In case of more than one level like :<DIV><FONT color=#000081 size=1 face="Lucida C&#111;nsole"><FONT color=#000081 size=1 face="Lucida C&#111;nsole"><FONT color=#000081 size=1 face="Lucida C&#111;nsole"></FONT></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#000081 size=1 face="Lucida C&#111;nsole"><FONT color=#000081 size=1 face="Lucida C&#111;nsole"><FONT color=#000081 size=1 face="Lucida C&#111;nsole">EntityPropertyDescriptors.<strong>Employee.HomeAddress.State</strong>.Name</FONT></FONT></FONT></DIV><DIV><FONT color=#000081 size=1 face="Lucida C&#111;nsole"><FONT color=#000081 size=1 face="Lucida C&#111;nsole"><FONT color=#000081 size=1 face="Lucida C&#111;nsole"><FONT color=#000000><FONT size=2 face=Verdana></FONT></FONT></FONT></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#000081 size=1 face="Lucida C&#111;nsole"><FONT color=#000081 size=1 face="Lucida C&#111;nsole"><FONT color=#000081 size=1 face="Lucida C&#111;nsole"><FONT color=#000000><FONT size=2 face=Verdana>can the same be acomplished?</FONT></FONT></DIV></FONT></FONT></FONT>]]>
   </description>
   <pubDate>Thu, 27 May 2010 08:01:08 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7078#7078</guid>
  </item> 
  <item>
   <title>EntityPropertyDescriptors :   Customer.CompanyNameEntityProperty.Name...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7062#7062</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> 1843<br /><strong>Posted:</strong> 26-May-2010 at 2:31pm<br /><br /><FONT color=#2b91af size=2><FONT color=#2b91af size=2><P></FONT></FONT><FONT size=2>&nbsp;</P><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<EM>Customer.CompanyNameEntityProperty.Name </EM></DIV><DIV>&nbsp;</DIV><DIV>gets you the string name of the Customer.CompanyName property.</DIV></FONT><span style="font-size:10px"><br /><br />Edited by GregD - 26-May-2010 at 2:32pm</span>]]>
   </description>
   <pubDate>Wed, 26 May 2010 14:31:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7062#7062</guid>
  </item> 
  <item>
   <title>EntityPropertyDescriptors : Well, i would liketo avoid hard...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7059#7059</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=784" rel="nofollow">kosgia</a><br /><strong>Subject:</strong> 1843<br /><strong>Posted:</strong> 26-May-2010 at 12:16pm<br /><br /><P>Well, i would like&nbsp;to avoid hard coding paths like "HomeAddress.State.Name" in some cases&nbsp;like DataBinding as described in Developers guide. Is there an alternative for doing this, a way to get nested property paths strings? Anyway, that's not a big issue.&nbsp;I just thought that something might&nbsp;be wrong with my installation&nbsp;and code generation&nbsp;as i have installed DevForce in Windows 7(64 bit).</P><DIV>Thanks,</DIV><DIV>Kostas<FONT color=#000081 size=1 face="Lucida C&#111;nsole"><FONT color=#000081 size=1 face="Lucida C&#111;nsole"><FONT color=#000081 size=1 face="Lucida C&#111;nsole"></DIV></FONT></FONT></FONT>]]>
   </description>
   <pubDate>Wed, 26 May 2010 12:16:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7059#7059</guid>
  </item> 
  <item>
   <title>EntityPropertyDescriptors : At some point we retired them...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7056#7056</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=21" rel="nofollow">IdeaBlade</a><br /><strong>Subject:</strong> 1843<br /><strong>Posted:</strong> 26-May-2010 at 11:05am<br /><br />At some point we retired them altogether in DF2009. What is it you were trying to do?]]>
   </description>
   <pubDate>Wed, 26 May 2010 11:05:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7056#7056</guid>
  </item> 
  <item>
   <title>EntityPropertyDescriptors : Hi, i am using DevForce Object...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7017#7017</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=784" rel="nofollow">kosgia</a><br /><strong>Subject:</strong> 1843<br /><strong>Posted:</strong> 25-May-2010 at 1:08am<br /><br />Hi, i am using DevForce Object Mapper V5.2.6.0<DIV>Class EntityPropertyDescriptors is not generated by the object mapper.</DIV><DIV>&nbsp;</DIV><DIV>In developer's guide 2009 i read the following:</DIV><DIV><FONT size=2 face="Times New Roman"><FONT size=2 face="Times New Roman"><P align=left><EM>EntityPropertyDescriptors are useful in databinding associated with Winform user interfaces. Their generation is</EM></P><P align=left><EM>optional in DevForce WinClient Object Mapper, and should be turned off (as unnecessary) if you are not using</EM></P><P><EM>Winforms in your UI.</EM></P><DIV><FONT face="Arial, Helvetica, sans-serif">How can i turn on or off the generation of EntityPropertyDescriptors class?</FONT></DIV></FONT></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 25 May 2010 01:08:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1843&amp;PID=7017#7017</guid>
  </item> 
 </channel>
</rss>