![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
The base class for 'advanced', i.e. extended, enums. More...
Public Member Functions | |
override string | ToString () |
| |
Static Public Member Functions | |
static T | ValueOf (string name) |
Returns the value of this enum. More... | |
static IEnumerable< T > | Values () |
Returns the values of this enum. More... | |
Public Attributes | |
Enum | INTERNAL_ENUM |
The internal enum value. More... | |
Properties | |
string | Name [get] |
Returns the name of this enum. More... | |
The base class for 'advanced', i.e. extended, enums.
T |
|
static |
Returns the value of this enum.
name |
|
static |
Returns the values of this enum.
Enum PushTechnology.DiffusionCore.AdvancedEnum< T >.INTERNAL_ENUM |
The internal enum value.
|
get |
Returns the name of this enum.