Enumeration Methods |
The Enumeration type exposes the following members.
Name | Description | |
---|---|---|
GetList(Enum) |
Gives a string list from enumeration
| |
GetList(Enum, DictionaryString, String) |
Gives list of Dictionary with enumeration value and translation. First value of Enumeration and second value translated
| |
IsDefinedT |
Gives true exist parameter value pValue in enumeration else false
| |
ParseT(Int32) |
Gives a value of enumeration
| |
ParseT(String) |
Gives a value of enumeration (Parse)
|