P
Peri
I have 3 layers.
First - UI Layer (Windows Application - Thick Client)
Second - Biz Layer (DLL)
Third - Messaging Layer (DLL)
The Messaging Layer is referenced in Biz Layer and Biz Layer is reference in
UI Layer.
I have one class called "MessageValueEnum" in the Messaging layer which
contains arround 20 sets of Enum values. I would like to access these enum
values both in the Biz Layer and UI Layer.
Since the Messaging layer is referenced in Biz layer, I am able to use
Imports and acces all the enum values in "MessageValueEnum". But I am not
able to access this Enum valeus in the UI Layer. Can you please help me out
in telling me the best way of accessing Enum Values in UI Layer.
Thanks and Regards,
Peri
First - UI Layer (Windows Application - Thick Client)
Second - Biz Layer (DLL)
Third - Messaging Layer (DLL)
The Messaging Layer is referenced in Biz Layer and Biz Layer is reference in
UI Layer.
I have one class called "MessageValueEnum" in the Messaging layer which
contains arround 20 sets of Enum values. I would like to access these enum
values both in the Biz Layer and UI Layer.
Since the Messaging layer is referenced in Biz layer, I am able to use
Imports and acces all the enum values in "MessageValueEnum". But I am not
able to access this Enum valeus in the UI Layer. Can you please help me out
in telling me the best way of accessing Enum Values in UI Layer.
Thanks and Regards,
Peri