![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Static Public Member Functions | |
static TEnum | FromCode (TCode code) |
Returns the constant associated with the given code. More... | |
![]() | |
static T | ValueOf (string name) |
Returns the value of this enum. More... | |
static IEnumerable< T > | Values () |
Returns the values of this enum. More... | |
Properties | |
TCode | Code [get, set] |
Returns the byte representation of the enum constant. More... | |
TEnum | Enum [get, set] |
Returns the enum. More... | |
![]() | |
string | Name [get] |
Returns the name of this enum. More... | |
Additional Inherited Members | |
![]() | |
override string | ToString () |
| |
![]() | |
Enum | INTERNAL_ENUM |
The internal enum value. More... | |
TEnum | |
TCode |
TEnum | : | CodeEnum | |
TEnum | : | TEnum | |
TEnum | : | TCode |
|
static |
Returns the constant associated with the given code.
code |
|
getset |
Returns the byte representation of the enum constant.
|
getset |
Returns the enum.