C# Class Chaos.Mcm.Extension.v5.Download.Download

Inheritance: AExtension
Afficher le fichier Open project: CHAOS-Community/CHAOS.Portal.MCM

Private Properties

Свойство Type Description
Download System.Collections.Generic
GetFiles IEnumerable
GetStream Attachment

Méthodes publiques

Méthode Description
CreateWithDownloadStrategy ( IPortalApplication portalApplication, IMcmRepository mcmRepository, McmModuleConfiguration mcmModuleConfiguration, IDownloadStrategy>.IDictionary downloadStrategies ) : Download
Download ( IPortalApplication portalApplication, IMcmRepository mcmRepository, McmModuleConfiguration mcmModuleConfiguration ) : System.Collections.Generic
Get ( uint fileId ) : Attachment

Private Methods

Méthode Description
Download ( IPortalApplication portalApplication, IMcmRepository mcmRepository, McmModuleConfiguration mcmModuleConfiguration, IDownloadStrategy>.IDictionary downloadStrategies ) : System.Collections.Generic
GetFiles ( uint fileId ) : IEnumerable
GetStream ( IEnumerable files ) : Attachment

Method Details

CreateWithDownloadStrategy() public static méthode

public static CreateWithDownloadStrategy ( IPortalApplication portalApplication, IMcmRepository mcmRepository, McmModuleConfiguration mcmModuleConfiguration, IDownloadStrategy>.IDictionary downloadStrategies ) : Download
portalApplication IPortalApplication
mcmRepository IMcmRepository
mcmModuleConfiguration McmModuleConfiguration
downloadStrategies IDownloadStrategy>.IDictionary
Résultat Download

Download() public méthode

public Download ( IPortalApplication portalApplication, IMcmRepository mcmRepository, McmModuleConfiguration mcmModuleConfiguration ) : System.Collections.Generic
portalApplication IPortalApplication
mcmRepository IMcmRepository
mcmModuleConfiguration McmModuleConfiguration
Résultat System.Collections.Generic

Get() public méthode

public Get ( uint fileId ) : Attachment
fileId uint
Résultat Attachment