C# Class Notedown.NoteView

Datei anzeigen Open project: andererandre/Notedown Class Usage Examples

Public Methods

Method 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 method

public AddNote ( string name ) : void
name string
return void

AddNote() public method

public AddNote ( string name, string text, string file ) : void
name string
text string
file string
return void

CreateFromDirectory() public static method

public static CreateFromDirectory ( string dir ) : NoteView
dir string
return NoteView

DeleteNote() public method

public DeleteNote ( ) : void
return void

DeleteNote() public method

public DeleteNote ( Note note ) : void
note Note
return void

DeleteNote() public method

public DeleteNote ( int index ) : void
index int
return void

GenerateMenu() public method

public GenerateMenu ( ISubmenu subMenu ) : void
subMenu ISubmenu
return void

GoToNextNote() public method

public GoToNextNote ( ) : void
return void

GoToPreviousNote() public method

public GoToPreviousNote ( ) : void
return void

NoteView() public method

public NoteView ( string dir ) : System
dir string
return System

Save() public method

public Save ( ) : void
return void

this() public method

public this ( int i ) : Note
i int
return Note