Hello,
I'm still trying to understand how to properly design my business objects to satisfy my use cases.
I need to have a pick list where users can choose one of many items. There's several properties they need to see, so I'm thinking of showing a grid in a pop up type window.
I'm thinking I should have a class that derives from ReadOnlyListBase which is a collection of objects derived from ReadOnlyBase.
Is this the right way to do this type of thing?
Thanks,
Mike
Thanks for the Reply Andy, I just needed some confirmation. Slowly getting my head around this.
Regards,
Mike
Copyright (c) Marimer LLC