Business Objects
From CaisisWiki
(Difference between revisions)
(→Creating a New Business Object) |
|||
Line 2: | Line 2: | ||
== Creating a New Business Object == | == Creating a New Business Object == | ||
+ | |||
+ | Before creating a new Business Object, you should look at the source code for an existing Business Object (preferably one that represents a database table similar to the one for which you are creating a new Business Object) and compare it to the structure of the database table it represents. |
Revision as of 21:23, 2 November 2007
Business objects in Caisis represent database tables, allowing clients (e.g. Caisis.UI) to transparently store and retrieve data, and access table metadata.
Creating a New Business Object
Before creating a new Business Object, you should look at the source code for an existing Business Object (preferably one that represents a database table similar to the one for which you are creating a new Business Object) and compare it to the structure of the database table it represents.