Re: Business Entity Designs



Ron - thanks for reply.

That's kind of what I was thinking - even though this data isn't really
related, just group it all together since it's all used for a similar
purpose.

In terms of my Facade level, i've mapped out a number of systems (again,
quite similar to Duwamish). I have an OrderSystem, ProductSystem,
BuyingSystem etc. So just add in another system - LookupSystem - that
provides a simple interface to the LookupClass in the DAL - sound good?!

Thanks


"RYoung" wrote:

> What about a "LookupData" class - either custom class that returns
> Hashtables for various lookup data, or a typedataset with DataTable
> representations of the lookup data?
>
> class LookupData
> {
> public static Hashtable GetStatusCodes()
> public static Hashtable GetFinancialPeriods()
> }
>
> or usage of a typed dataset:
> cboStatusCodes.DataSource = lookupDataSet.StatusCodes.DefaultView;
> cboFinancialPeriods.DataSource = lookupDataSet.FinancialPeriods.DefaultView;
>
> - Ron

.



Relevant Pages

  • RE: Matrix Math using LOOKUP inside Array {} Function
    ... the LOOKUP function will not be appropriate. ... "Ron Coderre" wrote: ... What I am trying to do is generate an array of values within the cell (i.e. ...
    (microsoft.public.excel.worksheet.functions)
  • Discussion: using combobox & listbox lookups in table field design
    ... In responding to a recent post requesting help with a search ... I recommended using a combo box lookup in the table design. ... Ron, King of Chi ...
    (comp.databases.ms-access)
  • Re: Nested IF statement
    ... Depending on your situation, you may be able to use one of the more ... typical "workarounds".....a lookup table. ... DeptID, as in ... ... Ron Coderre ...
    (microsoft.public.excel.misc)
  • Re: kobj multiple inheritance
    ... a cache entry will always be either NULL or will point ... we do the slow lookup. ... > 1) Inheritence was not limited to only inheriting from a base interface. ... This proposed scheme also traverses through base classes of base classes ...
    (freebsd-arch)
  • Re: How to generically look up the inheritance tree?
    ...     begin ... My current approach to things involves creating an interface for each ... a property and building lookup will behave ... property) and use the technique of passing things up the inheritance ...
    (comp.lang.pascal.delphi.misc)