What 'best practices' exist for handing enum heirarchies?
- by FerretallicA
I'm curious as to any solutions out there for addressing enum heirarchies.
I'm working through some docs on Entity Framework 4 and trying to apply it to a simple inventory tracking program. The possible types for inventory to fall into are as follows:
INVENTORY ITEM TYPES:
Hardware
PC
Desktop
Server
Laptop
Accessory
Input…