C# Class Biz.Managers.MediaResourceDownloadManager

Inheritance: IResourceDownloadManager
Afficher le fichier Open project: englishtown/OfflinePackageBuilder Class Usage Examples

Méthodes publiques

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

Method Details

Download() public méthode

public Download ( ) : void
Résultat void

FileExist() public méthode

public FileExist ( string path ) : bool
path string
Résultat bool

MediaResourceDownloadManager() public méthode

public MediaResourceDownloadManager ( IDownloadService downloadService, IBaseModule module, IContentResourceServcie activityContentResourceService, IConstants constants ) : System
downloadService IDownloadService
module IBaseModule
activityContentResourceService IContentResourceServcie
constants IConstants
Résultat System