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