C# 클래스 Praeclarum.App.Document

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 메소드들

메소드 설명
Commit ( string message ) : void
Document ( ) : System
InitializeUndo ( ) : void
OnPropertyChanged ( string name ) : void
Open ( string path ) : void
Open ( string path, TextReader reader ) : void
Redo ( ) : void
Save ( ) : void
Save ( TextWriter writer ) : void
Save ( string path ) : void
Undo ( ) : void

보호된 메소드들

메소드 설명
GetState ( ) : string
RestoreState ( string state ) : void

메소드 상세

Commit() 공개 메소드

public Commit ( string message ) : void
message string
리턴 void

Document() 공개 메소드

public Document ( ) : System
리턴 System

GetState() 보호된 추상적인 메소드

protected abstract GetState ( ) : string
리턴 string

InitializeUndo() 공개 메소드

public InitializeUndo ( ) : void
리턴 void

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( string name ) : void
name string
리턴 void

Open() 공개 메소드

public Open ( string path ) : void
path string
리턴 void

Open() 공개 메소드

public Open ( string path, TextReader reader ) : void
path string
reader TextReader
리턴 void

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

RestoreState() 보호된 추상적인 메소드

protected abstract RestoreState ( string state ) : void
state string
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

Save() 공개 메소드

public Save ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void

Save() 공개 메소드

public Save ( string path ) : void
path string
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void