C# 클래스 NotesApp.Controllers.Manager

파일 보기 프로젝트 열기: peteratseneca/bti420winter2016

공개 메소드들

메소드 설명
LoadData ( ) : bool
Manager ( ) : System
NoteAdd ( NoteAdd newItem ) : NoteBase
NoteDelete ( int id ) : bool
NoteEdit ( NoteEdit newItem ) : NoteBase
NoteGetAll ( ) : IEnumerable
NoteGetAllByContent ( string text ) : IEnumerable
NoteGetAllByTitle ( string text ) : IEnumerable
NoteGetById ( int id ) : NoteBase
RemoveData ( ) : bool
RemoveDatabase ( ) : bool

메소드 상세

LoadData() 공개 메소드

public LoadData ( ) : bool
리턴 bool

Manager() 공개 메소드

public Manager ( ) : System
리턴 System

NoteAdd() 공개 메소드

public NoteAdd ( NoteAdd newItem ) : NoteBase
newItem NoteAdd
리턴 NoteBase

NoteDelete() 공개 메소드

public NoteDelete ( int id ) : bool
id int
리턴 bool

NoteEdit() 공개 메소드

public NoteEdit ( NoteEdit newItem ) : NoteBase
newItem NoteEdit
리턴 NoteBase

NoteGetAll() 공개 메소드

public NoteGetAll ( ) : IEnumerable
리턴 IEnumerable

NoteGetAllByContent() 공개 메소드

public NoteGetAllByContent ( string text ) : IEnumerable
text string
리턴 IEnumerable

NoteGetAllByTitle() 공개 메소드

public NoteGetAllByTitle ( string text ) : IEnumerable
text string
리턴 IEnumerable

NoteGetById() 공개 메소드

public NoteGetById ( int id ) : NoteBase
id int
리턴 NoteBase

RemoveData() 공개 메소드

public RemoveData ( ) : bool
리턴 bool

RemoveDatabase() 공개 메소드

public RemoveDatabase ( ) : bool
리턴 bool