C# Class PluralsightDownloader.Components.ConfigProvider

Afficher le fichier Open project: bogusgithubuser/PluralsightDownloader

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public ConfigProvider ( ) : System.ComponentModel
Résultat System.ComponentModel

ConfigProvider() public méthode

public ConfigProvider ( IContainer container ) : System.ComponentModel
container IContainer
Résultat System.ComponentModel

Dispose() protected méthode

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

Get() public méthode

public Get ( ) : Configuration
Résultat Configuration

SetCredentials() public méthode

public SetCredentials ( string username, string password ) : void
username string
password string
Résultat void

SetDownloadFolder() public méthode

public SetDownloadFolder ( string folder ) : void
folder string
Résultat void