﻿<?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?)  » New BBS Wrapper</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 11 May 2026 12:21:45 GMT</lastBuildDate><ttl>20</ttl><item><title>New BBS Wrapper</title><link>http://forum.strataframe.net/FindPost17619.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;The beta posting refers to a new BBS wrapper and gives the following sample code:-&lt;/P&gt;&lt;P&gt;Public Class CustomersBBS&lt;BR&gt;&amp;nbsp;&amp;nbsp; Inherits MicroFour.StrataFrame.Business.BusinessBindingSource(Of CustomersBO)&lt;/P&gt;&lt;P&gt;End Class&lt;/P&gt;&lt;P&gt;I am useless at VB - can you tell me the equivalent in C# please?&lt;/P&gt;&lt;P&gt;Am I right in thinking you now only have to drop the wrapper onto your form and it will create the business object without any further code?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aaron</description><pubDate>Thu, 03 Jul 2008 17:07:32 GMT</pubDate><dc:creator>Aaron Young</dc:creator></item><item><title>RE: New BBS Wrapper</title><link>http://forum.strataframe.net/FindPost17622.aspx</link><description>Okay thanks :)</description><pubDate>Thu, 03 Jul 2008 17:07:32 GMT</pubDate><dc:creator>Aaron Young</dc:creator></item><item><title>RE: New BBS Wrapper</title><link>http://forum.strataframe.net/FindPost17620.aspx</link><description>Really all you need to do is the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Right-Click the project&lt;/LI&gt;&lt;LI&gt;Click Add new Item&lt;/LI&gt;&lt;LI&gt;Select the SF Customer Business Binding Source template&lt;/LI&gt;&lt;LI&gt;Enter a name such as Customers (generally the name of the table or entity...BBS will be automatically added to the end).&lt;/LI&gt;&lt;LI&gt;Select the desired BO to wrap&lt;/LI&gt;&lt;LI&gt;Check the Create Custom Business Binding Source check box&lt;/LI&gt;&lt;LI&gt;Click OK&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You will then see the class created for you and the C# code.</description><pubDate>Thu, 03 Jul 2008 16:22:13 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>