C# Class Biz.Managers.UnitContentResourceDownloadManager

Inheritance: IResourceDownloadManager
Show file Open project: englishtown/OfflinePackageBuilder Class Usage Examples

Public Properties

Property Type Description
baseModelId int
updatedContent string

Public Methods

Method Description
Download ( ) : void
UnitContentResourceDownloadManager ( IDownloadService downloadService, IBaseModule unit, IContentResourceServcie unitContentService, IConstants constants ) : System

Private Methods

Method Description
BuildDownloadResource ( ) : void

Method Details

Download() public method

public Download ( ) : void
return void

UnitContentResourceDownloadManager() public method

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

Property Details

baseModelId public property

public int baseModelId
return int

updatedContent public property

public string updatedContent
return string