Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.DiffusionCore.ByteCodeEnum< TEnum > Class Template Reference

Extended enums. More...

Inheritance diagram for PushTechnology.DiffusionCore.ByteCodeEnum< TEnum >:
PushTechnology.DiffusionCore.CodeEnum< TEnum, TCode > PushTechnology.DiffusionCore.AdvancedEnum< T > PushTechnology.DiffusionCore.Client.Types.CredentialsType PushTechnology.DiffusionCore.ClientType

Additional Inherited Members

- Public Member Functions inherited from PushTechnology.DiffusionCore.AdvancedEnum< T >
override string ToString ()
 
Returns
A human readable representation of the value

 
- Static Public Member Functions inherited from PushTechnology.DiffusionCore.CodeEnum< TEnum, TCode >
static TEnum FromCode (TCode code)
 Returns the constant associated with the given code. More...
 
- Static Public Member Functions inherited from PushTechnology.DiffusionCore.AdvancedEnum< T >
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 inherited from PushTechnology.DiffusionCore.AdvancedEnum< T >
Enum INTERNAL_ENUM
 The internal enum value. More...
 
- Properties inherited from PushTechnology.DiffusionCore.CodeEnum< TEnum, TCode >
TCode Code [get, set]
 Returns the byte representation of the enum constant. More...
 
TEnum Enum [get, set]
 Returns the enum. More...
 
- Properties inherited from PushTechnology.DiffusionCore.AdvancedEnum< T >
string Name [get]
 Returns the name of this enum. More...
 

Detailed Description

Extended enums.

Template Parameters
TEnum
Type Constraints
TEnum :ByteCodeEnum<TEnum> 

The documentation for this class was generated from the following file: