D
Dan
All,
I am working on an application that allows users to track
various items for various clients. For example Client A
may have an object Box where Client B has an object
Canister. When a user goes to enter a new object I would
like the application to determine what objects are
available based upon the client (easy enough) and when
they determine what object to enter the program would know
that it needed to instantiate an object of that type. For
example, the user selects Client A and object Box the
program would instantiate an object of type Box. I want to
avoid hardcoding this into the application so that way if
I need to add object of type Carton later on I can insert
that object into the database, distribute a DLL for that
object, and the program would be able to instantate
objects of the type canister.
Does anyone have any idea if this is possible to do and if
so how? Any suggesions would be greatly appreciated.
Thanks!
I am working on an application that allows users to track
various items for various clients. For example Client A
may have an object Box where Client B has an object
Canister. When a user goes to enter a new object I would
like the application to determine what objects are
available based upon the client (easy enough) and when
they determine what object to enter the program would know
that it needed to instantiate an object of that type. For
example, the user selects Client A and object Box the
program would instantiate an object of type Box. I want to
avoid hardcoding this into the application so that way if
I need to add object of type Carton later on I can insert
that object into the database, distribute a DLL for that
object, and the program would be able to instantate
objects of the type canister.
Does anyone have any idea if this is possible to do and if
so how? Any suggesions would be greatly appreciated.
Thanks!