C# Class WhiteCore.Services.API.APIService

Inheritance: IService
Afficher le fichier Open project: WhiteCoreSim/WhiteCore-Dev

Méthodes publiques

Méthode Description
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Private Methods

Méthode Description
AddCommands ( ) : void
DemoteAPIUser ( IScene scene, string cmd ) : void

Demotes an API User.

PromoteAPIUser ( IScene scene, string cmd ) : void

Promotes a user to allow API access.

ShowAPIUsers ( IScene scene, string cmd ) : void

Shows the current API user details.

Method Details

FinishedStartup() public méthode

public FinishedStartup ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

Start() public méthode

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void