﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » How to make properties available to a BO when inherits from sub class of BusinessLayer</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 10 Jun 2026 20:37:21 GMT</lastBuildDate><ttl>20</ttl><item><title>How to make properties available to a BO when inherits from sub class of BusinessLayer</title><link>http://forum.strataframe.net/FindPost4627.aspx</link><description>After my question regarding a BusinessLayer interface and your response that I should try sub classing the business layer instead, I did just that.  It works great.  100% of the code that I wanted for the special functionality was generalized and put into the sub class.  So now all I have to do is inherit from my sub class instead of BusinessLayer and it's close to done.&lt;br&gt;
&lt;br&gt;
The problem (ok, maybe not problem, but annoyance) I'm having now is that I have a couple of properties defined in the sub class (ParentSequencerBusinessLayer) that define the names of the parent field and the sequence field (the field that orders the records).  I would like to have these configured at the BO level (at the component level), since they only need to be configured once (the values are unique to a specific BO, not to an instance). However, currently these properties are only available for instances (thus I'd have to set these values every time I use the BO), and not at the BO component level.  How do I get the properties to show up for the BO?  &lt;br&gt;
&lt;br&gt;
I'm talking how to get the properties to show up in the property &amp;#119;indow. I can set the properties in code at the BO level.</description><pubDate>Fri, 17 Nov 2006 18:07:10 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>