C# Class PluralsightDownloader.Components.ConfigProvider

Datei anzeigen Open project: bogusgithubuser/PluralsightDownloader

Public Methods

Method Description
ConfigProvider ( ) : System.ComponentModel
ConfigProvider ( IContainer container ) : System.ComponentModel
Get ( ) : Configuration
SetCredentials ( string username, string password ) : void
SetDownloadFolder ( string folder ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Set ( Configuration configuration ) : void

Method Details

ConfigProvider() public method

public ConfigProvider ( ) : System.ComponentModel
return System.ComponentModel

ConfigProvider() public method

public ConfigProvider ( IContainer container ) : System.ComponentModel
container IContainer
return System.ComponentModel

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Get() public method

public Get ( ) : Configuration
return Configuration

SetCredentials() public method

public SetCredentials ( string username, string password ) : void
username string
password string
return void

SetDownloadFolder() public method

public SetDownloadFolder ( string folder ) : void
folder string
return void