C# Class Biz.Managers.ActivityContentResourceDownloadManager

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

Public Properties

Property Type Description
baseModelId int
updatedContent string

Public Methods

Method Description
ActivityContentResourceDownloadManager ( IDownloadService downloadService, IBaseModule activity, IContentResourceServcie resourceService, IConstants constants ) : System
Download ( ) : void

Private Methods

Method Description
BuildDownloadResource ( ) : void

Method Details

ActivityContentResourceDownloadManager() public method

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

Download() public method

public Download ( ) : void
return void

Property Details

baseModelId public property

public int baseModelId
return int

updatedContent public property

public string updatedContent
return string