C# Class NotesApp.Controllers.Manager

Mostrar archivo Open project: peteratseneca/bti420winter2016

Public Methods

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

Method Details

LoadData() public method

public LoadData ( ) : bool
return bool

Manager() public method

public Manager ( ) : System
return System

NoteAdd() public method

public NoteAdd ( NoteAdd newItem ) : NoteBase
newItem NoteAdd
return NoteBase

NoteDelete() public method

public NoteDelete ( int id ) : bool
id int
return bool

NoteEdit() public method

public NoteEdit ( NoteEdit newItem ) : NoteBase
newItem NoteEdit
return NoteBase

NoteGetAll() public method

public NoteGetAll ( ) : IEnumerable
return IEnumerable

NoteGetAllByContent() public method

public NoteGetAllByContent ( string text ) : IEnumerable
text string
return IEnumerable

NoteGetAllByTitle() public method

public NoteGetAllByTitle ( string text ) : IEnumerable
text string
return IEnumerable

NoteGetById() public method

public NoteGetById ( int id ) : NoteBase
id int
return NoteBase

RemoveData() public method

public RemoveData ( ) : bool
return bool

RemoveDatabase() public method

public RemoveDatabase ( ) : bool
return bool