Quote Originally Posted by ntfishersdk
Create an empty code file and give it a namespace and create a public enum without a class.

Then you can utilize the namespace reference and call the public enum from any class that your namespace is referenced.

Enums do not need to be in class files.

In fact I use public enums all the in my business entities layer.
Yep, thats what I basically mentioned in post #7 to get the enums out of his classes on top of the (any ) namespace.