C# 클래스 Waf.BookLibrary.Reporting.Applications.Controllers.ModuleController

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

Private Properties

프로퍼티 타입 설명
CreateBookListReport void
CreateBorrowedBooksReport void
InitializeReportView object
ModuleController System

공개 메소드들

메소드 설명
Initialize ( ) : void
Run ( ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
CreateBookListReport ( ) : void
CreateBorrowedBooksReport ( ) : void
InitializeReportView ( ) : object
ModuleController ( IShellService shellService, IEntityService entityService, Lazy reportViewModel, ExportFactory bookListReportFactory, ExportFactory borrowedBooksReportFactory ) : System

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void