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

The base class for 'advanced', i.e. extended, enums. More...

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

Public Member Functions

override string ToString ()
 
Returns
A human readable representation of the value

 

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...
 

Detailed Description

The base class for 'advanced', i.e. extended, enums.

Template Parameters
T

Member Function Documentation

static T PushTechnology.DiffusionCore.AdvancedEnum< T >.ValueOf ( string  name)
static

Returns the value of this enum.

Parameters
name
Returns
static IEnumerable<T> PushTechnology.DiffusionCore.AdvancedEnum< T >.Values ( )
static

Returns the values of this enum.

Returns

Member Data Documentation

Enum PushTechnology.DiffusionCore.AdvancedEnum< T >.INTERNAL_ENUM

The internal enum value.

Property Documentation

string PushTechnology.DiffusionCore.AdvancedEnum< T >.Name
get

Returns the name of this enum.


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