C# 클래스 Biz.Managers.ActivityContentResourceDownloadManager

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

공개 프로퍼티들

프로퍼티 타입 설명
baseModelId int
updatedContent string

공개 메소드들

메소드 설명
ActivityContentResourceDownloadManager ( IDownloadService downloadService, IBaseModule activity, IContentResourceServcie resourceService, IConstants constants ) : System
Download ( ) : void

비공개 메소드들

메소드 설명
BuildDownloadResource ( ) : void

메소드 상세

ActivityContentResourceDownloadManager() 공개 메소드

public ActivityContentResourceDownloadManager ( IDownloadService downloadService, IBaseModule activity, IContentResourceServcie resourceService, IConstants constants ) : System
downloadService IDownloadService
activity IBaseModule
resourceService IContentResourceServcie
constants IConstants
리턴 System

Download() 공개 메소드

public Download ( ) : void
리턴 void

프로퍼티 상세

baseModelId 공개적으로 프로퍼티

public int baseModelId
리턴 int

updatedContent 공개적으로 프로퍼티

public string updatedContent
리턴 string