C# 클래스 Waf.InformationManager.Infrastructure.Modules.Applications.Controllers.DocumentController

상속: IDocumentService
파일 보기 프로젝트 열기: jbe2277/waf

Private Properties

프로퍼티 타입 설명
DocumentController System

공개 메소드들

메소드 설명
GetStream ( string documentPartPath, string contentType, FileMode fileMode ) : Stream
Initialize ( ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
DocumentController ( IEnvironmentService environmentService ) : System

메소드 상세

GetStream() 공개 메소드

public GetStream ( string documentPartPath, string contentType, FileMode fileMode ) : Stream
documentPartPath string
contentType string
fileMode FileMode
리턴 Stream

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void