G
Guest
I seem to have a lot of questions revolving around Business Objects and their
implementation. Does anyone have any good reference links?
Some of the questions I have are:
How do you represent the dichotomy between undefined data and defined data?
Do I create a special class for every possible property type?
How/where and when do you translate between internal representation (say
date) and user interface representation (say MM/dd/yyyy, or three separate
values, maybe binding to a combo box) and storage (which probabbly want's a
date or NULL)
If UI and database are my primary uses of the business object, should I
define all properties as string?
If you have an object that contains an item that references an entry in
another list (say a lookup/validation list). How do you map between usage
modes (for instance storage and editing might want the value 1, display might
want the value Sunday). Again would I create a class for every defined
property type?
implementation. Does anyone have any good reference links?
Some of the questions I have are:
How do you represent the dichotomy between undefined data and defined data?
Do I create a special class for every possible property type?
How/where and when do you translate between internal representation (say
date) and user interface representation (say MM/dd/yyyy, or three separate
values, maybe binding to a combo box) and storage (which probabbly want's a
date or NULL)
If UI and database are my primary uses of the business object, should I
define all properties as string?
If you have an object that contains an item that references an entry in
another list (say a lookup/validation list). How do you map between usage
modes (for instance storage and editing might want the value 1, display might
want the value Sunday). Again would I create a class for every defined
property type?