C# Class Okanshi.Dashboard.Config

Inheritance: IConfiguration
Afficher le fichier Open project: mvno/Okanshi.Dashboard

Méthodes publiques

Méthode Description
Add ( OkanshiServer server ) : void
GetAll ( ) : IEnumerable
Remove ( string name ) : void

Private Methods

Méthode Description
Config ( ) : System.Collections.Generic
Save ( ) : void

Method Details

Add() public méthode

public Add ( OkanshiServer server ) : void
server OkanshiServer
Résultat void

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void