C# 클래스 Waf.Writer.Applications.Controllers.FileController

상속: System.Waf.Applications.Controller
파일 보기 프로젝트 열기: jbe2277/waf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ActiveDocumentPropertyChanged void
CanCloseCommand bool
CanDocumentsClose bool
CanSaveAsCommand bool
CanSaveCommand bool
Close void
CloseCommand void
FileController System
FileServicePropertyChanged void
GetDocumentType IDocumentType
New IDocument
NewCommand void
Open IDocument
OpenCommand void
OpenCore IDocument
Register void
Save void
SaveAs void
SaveAsCommand void
SaveCommand void
SaveCore void
UpdateCommands void

공개 메소드들

메소드 설명
CloseAll ( ) : bool
Initialize ( ) : void
Open ( string fileName ) : IDocument
Shutdown ( ) : void

비공개 메소드들

메소드 설명
ActiveDocumentPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
CanCloseCommand ( ) : bool
CanDocumentsClose ( IEnumerable documentsToClose ) : bool
CanSaveAsCommand ( ) : bool
CanSaveCommand ( ) : bool
Close ( IDocument document ) : void
CloseCommand ( ) : void
FileController ( IMessageService messageService, IFileDialogService fileDialogService, IShellService shellService, FileService fileService, ExportFactory saveChangesViewModelFactory ) : System
FileServicePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
GetDocumentType ( FileType fileType ) : IDocumentType
New ( IDocumentType documentType ) : IDocument
NewCommand ( ) : void
Open ( ) : IDocument
OpenCommand ( object commandParameter ) : void
OpenCore ( string fileName, FileType fileType = null ) : IDocument
Register ( DocumentType documentType ) : void
Save ( IDocument document ) : void
SaveAs ( IDocument document ) : void
SaveAsCommand ( ) : void
SaveCommand ( ) : void
SaveCore ( IDocumentType documentType, IDocument document, string fileName ) : void
UpdateCommands ( ) : void

메소드 상세

CloseAll() 공개 메소드

public CloseAll ( ) : bool
리턴 bool

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Open() 공개 메소드

public Open ( string fileName ) : IDocument
fileName string
리턴 IDocument

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void