C# 클래스 Notedown.NoteView

파일 보기 프로젝트 열기: andererandre/Notedown 1 사용 예제들

공개 메소드들

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

메소드 상세

AddNote() 공개 메소드

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

AddNote() 공개 메소드

public AddNote ( string name, string text, string file ) : void
name string
text string
file string
리턴 void

CreateFromDirectory() 공개 정적인 메소드

public static CreateFromDirectory ( string dir ) : NoteView
dir string
리턴 NoteView

DeleteNote() 공개 메소드

public DeleteNote ( ) : void
리턴 void

DeleteNote() 공개 메소드

public DeleteNote ( Note note ) : void
note Note
리턴 void

DeleteNote() 공개 메소드

public DeleteNote ( int index ) : void
index int
리턴 void

GenerateMenu() 공개 메소드

public GenerateMenu ( ISubmenu subMenu ) : void
subMenu ISubmenu
리턴 void

GoToNextNote() 공개 메소드

public GoToNextNote ( ) : void
리턴 void

GoToPreviousNote() 공개 메소드

public GoToPreviousNote ( ) : void
리턴 void

NoteView() 공개 메소드

public NoteView ( string dir ) : System
dir string
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void

this() 공개 메소드

public this ( int i ) : Note
i int
리턴 Note