C# Class Biz.Managers.MediaResourceDownloadManager

Inheritance: IResourceDownloadManager
ファイルを表示 Open project: englishtown/OfflinePackageBuilder Class Usage Examples

Public Methods

Method Description
Download ( ) : void
FileExist ( string path ) : bool
MediaResourceDownloadManager ( IDownloadService downloadService, IBaseModule module, IContentResourceServcie activityContentResourceService, IConstants constants ) : System

Method Details

Download() public method

public Download ( ) : void
return void

FileExist() public method

public FileExist ( string path ) : bool
path string
return bool

MediaResourceDownloadManager() public method

public MediaResourceDownloadManager ( IDownloadService downloadService, IBaseModule module, IContentResourceServcie activityContentResourceService, IConstants constants ) : System
downloadService IDownloadService
module IBaseModule
activityContentResourceService IContentResourceServcie
constants IConstants
return System