Method | Description | |
---|---|---|
CreateFromDownload ( string destination, string url, IFileDownloader downloader ) : |
||
CreateFromDownload ( string name, string destination, string url, IFileDownloader downloader ) : |
||
CreateFromExisting ( IAbsoluteDirectoryPath destination, IAbsoluteFilePath file, IFileDownloader downloader ) : |
||
CreateFromExisting ( string name, string destination, IAbsoluteFilePath file, IFileDownloader downloader ) : |
||
GetName ( string name, bool trimExtension = true ) : string |
public CreateFromDownload ( string destination, string url, IFileDownloader downloader ) : |
||
destination | string | |
url | string | |
downloader | IFileDownloader | |
return |
public CreateFromDownload ( string name, string destination, string url, IFileDownloader downloader ) : |
||
name | string | |
destination | string | |
url | string | |
downloader | IFileDownloader | |
return |
public CreateFromExisting ( IAbsoluteDirectoryPath destination, IAbsoluteFilePath file, IFileDownloader downloader ) : |
||
destination | IAbsoluteDirectoryPath | |
file | IAbsoluteFilePath | |
downloader | IFileDownloader | |
return |
public CreateFromExisting ( string name, string destination, IAbsoluteFilePath file, IFileDownloader downloader ) : |
||
name | string | |
destination | string | |
file | IAbsoluteFilePath | |
downloader | IFileDownloader | |
return |
public GetName ( string name, bool trimExtension = true ) : string | ||
name | string | |
trimExtension | bool | |
return | string |