C# Class ScrewTurn.Wiki.ProviderUpdater

Handles the updating of providers.
显示文件 Open project: mono/ScrewTurnWiki Class Usage Examples

Public Methods

Method Description
ProviderUpdater ( ISettingsStorageProviderV30 settingsProvider, string>.Dictionary fileNamesForProviders ) : System

Initializes a new instance of the T:ProviderUpdater class.

UpdateAll ( ) : int

Updates all the providers.

Private Methods

Method Description
DownloadAndUpdateDll ( IProviderV30 provider, string url, string filename ) : bool

Downloads and updates a DLL.

Method Details

ProviderUpdater() public method

Initializes a new instance of the T:ProviderUpdater class.
public ProviderUpdater ( ISettingsStorageProviderV30 settingsProvider, string>.Dictionary fileNamesForProviders ) : System
settingsProvider ISettingsStorageProviderV30 The settings storage provider.
fileNamesForProviders string>.Dictionary A provider->file dictionary.
return System

UpdateAll() public method

Updates all the providers.
public UpdateAll ( ) : int
return int