C# 클래스 Biz.Managers.UnitContentResourceDownloadManager

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Download ( ) : void
UnitContentResourceDownloadManager ( IDownloadService downloadService, IBaseModule unit, IContentResourceServcie unitContentService, IConstants constants ) : System

비공개 메소드들

메소드 설명
BuildDownloadResource ( ) : void

메소드 상세

Download() 공개 메소드

public Download ( ) : void
리턴 void

UnitContentResourceDownloadManager() 공개 메소드

public UnitContentResourceDownloadManager ( IDownloadService downloadService, IBaseModule unit, IContentResourceServcie unitContentService, IConstants constants ) : System
downloadService IDownloadService
unit IBaseModule
unitContentService IContentResourceServcie
constants IConstants
리턴 System

프로퍼티 상세

baseModelId 공개적으로 프로퍼티

public int baseModelId
리턴 int

updatedContent 공개적으로 프로퍼티

public string updatedContent
리턴 string