C# Class Biz.Managers.ActivityContentResourceDownloadManager

Inheritance: IResourceDownloadManager
Afficher le fichier Open project: englishtown/OfflinePackageBuilder Class Usage Examples

Méthodes publiques

Свойство Type Description
baseModelId int
updatedContent string

Méthodes publiques

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

Private Methods

Méthode Description
BuildDownloadResource ( ) : void

Method Details

ActivityContentResourceDownloadManager() public méthode

public ActivityContentResourceDownloadManager ( IDownloadService downloadService, IBaseModule activity, IContentResourceServcie resourceService, IConstants constants ) : System
downloadService IDownloadService
activity IBaseModule
resourceService IContentResourceServcie
constants IConstants
Résultat System

Download() public méthode

public Download ( ) : void
Résultat void

Property Details

baseModelId public_oe property

public int baseModelId
Résultat int

updatedContent public_oe property

public string updatedContent
Résultat string