C# Class Praeclarum.App.Document

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
GetState ( ) : string
RestoreState ( string state ) : void

Method Details

Commit() public méthode

public Commit ( string message ) : void
message string
Résultat void

Document() public méthode

public Document ( ) : System
Résultat System

GetState() protected abstract méthode

protected abstract GetState ( ) : string
Résultat string

InitializeUndo() public méthode

public InitializeUndo ( ) : void
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( string name ) : void
name string
Résultat void

Open() public méthode

public Open ( string path ) : void
path string
Résultat void

Open() public méthode

public Open ( string path, TextReader reader ) : void
path string
reader TextReader
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

RestoreState() protected abstract méthode

protected abstract RestoreState ( string state ) : void
state string
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Save() public méthode

public Save ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

Save() public méthode

public Save ( string path ) : void
path string
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void