C# 클래스 Chaos.Mcm.Extension.v6.Download

상속: Chaos.Portal.Core.Extension.AExtension
파일 보기 프로젝트 열기: CHAOS-Community/CHAOS.Portal.MCM

Private Properties

프로퍼티 타입 설명
Download System.Collections.Generic
GetFiles IEnumerable
GetStream Chaos.Portal.Core.Data.Model.Attachment

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Download ( IPortalApplication portalApplication, IMcmRepository mcmRepository, McmModuleConfiguration mcmModuleConfiguration, IDownloadStrategy>.IDictionary downloadStrategies ) : System.Collections.Generic
GetFiles ( uint fileId ) : IEnumerable
GetStream ( IEnumerable files ) : Attachment

메소드 상세

CreateWithDownloadStrategy() 공개 정적인 메소드

public static CreateWithDownloadStrategy ( IPortalApplication portalApplication, IMcmRepository mcmRepository, McmModuleConfiguration mcmModuleConfiguration, IDownloadStrategy>.IDictionary downloadStrategies ) : Download
portalApplication IPortalApplication
mcmRepository IMcmRepository
mcmModuleConfiguration Chaos.Mcm.Configuration.McmModuleConfiguration
downloadStrategies IDownloadStrategy>.IDictionary
리턴 Download

Download() 공개 메소드

public Download ( IPortalApplication portalApplication, IMcmRepository mcmRepository, McmModuleConfiguration mcmModuleConfiguration ) : System.Collections.Generic
portalApplication IPortalApplication
mcmRepository IMcmRepository
mcmModuleConfiguration Chaos.Mcm.Configuration.McmModuleConfiguration
리턴 System.Collections.Generic

Get() 공개 메소드

public Get ( uint fileId ) : Attachment
fileId uint
리턴 Chaos.Portal.Core.Data.Model.Attachment