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

Responsible to synchronize the Documents with the UI Elements that represent these Documents.
파일 보기 프로젝트 열기: jbe2277/waf

보호된 메소드들

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