C# 클래스 Biz.Managers.MediaResourceDownloadManager

상속: IResourceDownloadManager
파일 보기 프로젝트 열기: englishtown/OfflinePackageBuilder 1 사용 예제들

공개 메소드들

메소드 설명
Download ( ) : void
FileExist ( string path ) : bool
MediaResourceDownloadManager ( IDownloadService downloadService, IBaseModule module, IContentResourceServcie activityContentResourceService, IConstants constants ) : System

메소드 상세

Download() 공개 메소드

public Download ( ) : void
리턴 void

FileExist() 공개 메소드

public FileExist ( string path ) : bool
path string
리턴 bool

MediaResourceDownloadManager() 공개 메소드

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