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

The api provided type More...

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

Public Member Functions

override string ToString ()
 

Properties

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

Definition at line 17 of file ApiType.cs.

Member Function Documentation

◆ ToString()

override string KlusterKite.API.Client.ApiType.ToString ( )

Definition at line 31 of file ApiType.cs.

Property Documentation

◆ Description

string KlusterKite.API.Client.ApiType.Description
getset

Gets or sets the human-readable type description for auto-publishing

Definition at line 23 of file ApiType.cs.

◆ TypeName

string KlusterKite.API.Client.ApiType.TypeName
getset

Gets or sets the type name for the api

Definition at line 28 of file ApiType.cs.


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