KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.API.Client.ApiEnumType Class Reference

The api provided type of enum value More...

Inheritance diagram for KlusterKite.API.Client.ApiEnumType:
KlusterKite.API.Client.ApiType

Public Member Functions

 ApiEnumType ()
 Initializes a new instance of the ApiEnumType class. More...
 
 ApiEnumType (string typeName, IEnumerable< string > values=null, IReadOnlyDictionary< string, string > descriptions=null)
 Initializes a new instance of the ApiEnumType class. More...
 
- Public Member Functions inherited from KlusterKite.API.Client.ApiType
override string ToString ()
 

Properties

List< string > Values [get, set]
 Gets or sets the list of enum values More...
 
IReadOnlyDictionary< string, string > Descriptions = new List<string>() [get, set]
 Gets or sets the list of enum value descriptions More...
 
- Properties inherited from KlusterKite.API.Client.ApiType
string Description [get, set]
 Gets or sets the human-readable type description for auto-publishing More...
 
string TypeName [get, set]
 Gets or sets the type name for the api More...
 

Detailed Description

The api provided type of enum value

Definition at line 19 of file ApiEnumType.cs.

Constructor & Destructor Documentation

◆ ApiEnumType() [1/2]

KlusterKite.API.Client.ApiEnumType.ApiEnumType ( )

Initializes a new instance of the ApiEnumType class.

Definition at line 24 of file ApiEnumType.cs.

◆ ApiEnumType() [2/2]

KlusterKite.API.Client.ApiEnumType.ApiEnumType ( string  typeName,
IEnumerable< string >  values = null,
IReadOnlyDictionary< string, string >  descriptions = null 
)

Initializes a new instance of the ApiEnumType class.

Parameters
typeNameThe type name.
valuesThe list of possible enum values.
descriptionsthe list of enum value descriptions

Definition at line 40 of file ApiEnumType.cs.

Property Documentation

◆ Descriptions

IReadOnlyDictionary<string, string> KlusterKite.API.Client.ApiEnumType.Descriptions = new List<string>()
getset

Gets or sets the list of enum value descriptions

Definition at line 69 of file ApiEnumType.cs.

◆ Values

List<string> KlusterKite.API.Client.ApiEnumType.Values
getset

Gets or sets the list of enum values

Definition at line 62 of file ApiEnumType.cs.


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