﻿<?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 » WebForms (How do I?)  » Prevent property be included in BO Info list</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 03:13:31 GMT</lastBuildDate><ttl>20</ttl><item><title>Prevent property be included in BO Info list</title><link>http://forum.strataframe.net/FindPost20497.aspx</link><description>Hi,&lt;br&gt;
I would like to add a public property that set/get PrimaryBusinessObject for a form. I faced problem that, SF Web base page will treat this property as BO property and auto assign base BO to it. It cause my code break.&lt;br&gt;
&lt;br&gt;
Anyway to prevent it?&lt;br&gt;
Thank you</description><pubDate>Sat, 01 Nov 2008 11:00:09 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Prevent property be included in BO Info list</title><link>http://forum.strataframe.net/FindPost20506.aspx</link><description>I will have to set this up and test it, but try typing it as a BusinessLayerBase and see if the problem persists.&amp;nbsp; The BusinessLayer inherits from BusinessLayerBase so this should not cause an issue.&amp;nbsp; But I would just be curious to see if your problem persists.</description><pubDate>Sat, 01 Nov 2008 11:00:09 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Prevent property be included in BO Info list</title><link>http://forum.strataframe.net/FindPost20505.aspx</link><description>Hi,&lt;br&gt;
&lt;br&gt;
[codesnippet]public class BaseBO : BusinessLayer&lt;br&gt;
{&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
public BaseBO PrimaryBusinessObject&lt;br&gt;
{&lt;br&gt;
   get { return _primaryBusinesObject; }&lt;br&gt;
   set { _primaryBusinesObject = value; }&lt;br&gt;
}[/codesnippet]&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Sat, 01 Nov 2008 10:47:52 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Prevent property be included in BO Info list</title><link>http://forum.strataframe.net/FindPost20503.aspx</link><description>What does your property definition look like?</description><pubDate>Sat, 01 Nov 2008 10:31:03 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>