C# Class Okanshi.Dashboard.Config

Inheritance: IConfiguration
显示文件 Open project: mvno/Okanshi.Dashboard

Public Methods

Method Description
Add ( OkanshiServer server ) : void
GetAll ( ) : IEnumerable
Remove ( string name ) : void

Private Methods

Method Description
Config ( ) : System.Collections.Generic
Save ( ) : void

Method Details

Add() public method

public Add ( OkanshiServer server ) : void
server OkanshiServer
return void

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable

Remove() public method

public Remove ( string name ) : void
name string
return void