C# Класс PluralsightDownloader.Components.ConfigProvider

Показать файл Открыть проект

Открытые методы

Метод Описание
ConfigProvider ( ) : System.ComponentModel
ConfigProvider ( IContainer container ) : System.ComponentModel
Get ( ) : Configuration
SetCredentials ( string username, string password ) : void
SetDownloadFolder ( string folder ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

Set ( Configuration configuration ) : void

Описание методов

ConfigProvider() публичный Метод

public ConfigProvider ( ) : System.ComponentModel
Результат System.ComponentModel

ConfigProvider() публичный Метод

public ConfigProvider ( IContainer container ) : System.ComponentModel
container IContainer
Результат System.ComponentModel

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Get() публичный Метод

public Get ( ) : Configuration
Результат Configuration

SetCredentials() публичный Метод

public SetCredentials ( string username, string password ) : void
username string
password string
Результат void

SetDownloadFolder() публичный Метод

public SetDownloadFolder ( string folder ) : void
folder string
Результат void