C# Class SfBot.Data.ConfigurationStore

Exibir arquivo Open project: ebeeb/SfSdk Class Usage Examples

Public Methods

Method Description
AddAccount ( Account account ) : bool
ConfigurationStore ( IEventAggregator events ) : System
DeleteAccount ( Account account ) : bool
Load ( ) : void

Private Methods

Method Description
Save ( ) : void

Method Details

AddAccount() public method

public AddAccount ( Account account ) : bool
account Account
return bool

ConfigurationStore() public method

public ConfigurationStore ( IEventAggregator events ) : System
events IEventAggregator
return System

DeleteAccount() public method

public DeleteAccount ( Account account ) : bool
account Account
return bool

Load() public method

public Load ( ) : void
return void