C# Class Biz.Managers.UnitContentResourceDownloadManager

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
Download ( ) : void
UnitContentResourceDownloadManager ( IDownloadService downloadService, IBaseModule unit, IContentResourceServcie unitContentService, IConstants constants ) : System

Private Methods

Méthode Description
BuildDownloadResource ( ) : void

Method Details

Download() public méthode

public Download ( ) : void
Résultat void

UnitContentResourceDownloadManager() public méthode

public UnitContentResourceDownloadManager ( IDownloadService downloadService, IBaseModule unit, IContentResourceServcie unitContentService, IConstants constants ) : System
downloadService IDownloadService
unit IBaseModule
unitContentService IContentResourceServcie
constants IConstants
Résultat System

Property Details

baseModelId public_oe property

public int baseModelId
Résultat int

updatedContent public_oe property

public string updatedContent
Résultat string