Enumeration Class | ![]() |
Namespace: SOWIData.Helper
The Enumeration type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetList(Enum) |
Gives a string list from enumeration
|
![]() ![]() | GetList(Enum, Dictionary<String, String>) |
Gives list of Dictionary with enumeration value and translation. First value of Enumeration and second value translated
|
![]() ![]() ![]() | IsDefined<T> |
Gives true exist parameter value pValue in enumeration else false
|
![]() ![]() ![]() | Parse<T>(Int32) |
Gives a value of enumeration
|
![]() ![]() ![]() | Parse<T>(String) |
Gives a value of enumeration (Parse)
|