C# Class Notedown.NoteView

Afficher le fichier Open project: andererandre/Notedown Class Usage Examples

Méthodes publiques

Méthode Description
AddNote ( string name ) : void
AddNote ( string name, string text, string file ) : void
CreateFromDirectory ( string dir ) : NoteView
DeleteNote ( ) : void
DeleteNote ( Note note ) : void
DeleteNote ( int index ) : void
GenerateMenu ( ISubmenu subMenu ) : void
GoToNextNote ( ) : void
GoToPreviousNote ( ) : void
NoteView ( string dir ) : System
Save ( ) : void
this ( int i ) : Note

Method Details

AddNote() public méthode

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

AddNote() public méthode

public AddNote ( string name, string text, string file ) : void
name string
text string
file string
Résultat void

CreateFromDirectory() public static méthode

public static CreateFromDirectory ( string dir ) : NoteView
dir string
Résultat NoteView

DeleteNote() public méthode

public DeleteNote ( ) : void
Résultat void

DeleteNote() public méthode

public DeleteNote ( Note note ) : void
note Note
Résultat void

DeleteNote() public méthode

public DeleteNote ( int index ) : void
index int
Résultat void

GenerateMenu() public méthode

public GenerateMenu ( ISubmenu subMenu ) : void
subMenu ISubmenu
Résultat void

GoToNextNote() public méthode

public GoToNextNote ( ) : void
Résultat void

GoToPreviousNote() public méthode

public GoToPreviousNote ( ) : void
Résultat void

NoteView() public méthode

public NoteView ( string dir ) : System
dir string
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void

this() public méthode

public this ( int i ) : Note
i int
Résultat Note