C# Class SfBot.Data.ConfigurationStore

Afficher le fichier Open project: ebeeb/SfSdk Class Usage Examples

Méthodes publiques

Méthode Description
AddAccount ( Account account ) : bool
ConfigurationStore ( IEventAggregator events ) : System
DeleteAccount ( Account account ) : bool
Load ( ) : void

Private Methods

Méthode Description
Save ( ) : void

Method Details

AddAccount() public méthode

public AddAccount ( Account account ) : bool
account Account
Résultat bool

ConfigurationStore() public méthode

public ConfigurationStore ( IEventAggregator events ) : System
events IEventAggregator
Résultat System

DeleteAccount() public méthode

public DeleteAccount ( Account account ) : bool
account Account
Résultat bool

Load() public méthode

public Load ( ) : void
Résultat void