C# Класс Waf.Writer.Applications.Controllers.DocumentController

Responsible to synchronize the Documents with the UI Elements that represent these Documents.
Показать файл Открыть проект

Защищенные методы

Метод Описание
DocumentController ( IFileService fileService ) : System
OnActiveDocumentChanged ( IDocument activeDocument ) : void
OnDocumentAdded ( IDocument document ) : void
OnDocumentRemoved ( IDocument document ) : void

Приватные методы

Метод Описание
DocumentsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
FileServicePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Описание методов

DocumentController() защищенный Метод

protected DocumentController ( IFileService fileService ) : System
fileService IFileService
Результат System

OnActiveDocumentChanged() защищенный абстрактный Метод

protected abstract OnActiveDocumentChanged ( IDocument activeDocument ) : void
activeDocument IDocument
Результат void

OnDocumentAdded() защищенный абстрактный Метод

protected abstract OnDocumentAdded ( IDocument document ) : void
document IDocument
Результат void

OnDocumentRemoved() защищенный абстрактный Метод

protected abstract OnDocumentRemoved ( IDocument document ) : void
document IDocument
Результат void