C# Class NotesApp.Controllers.Manager

Afficher le fichier Open project: peteratseneca/bti420winter2016

Méthodes publiques

Méthode 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 méthode

public LoadData ( ) : bool
Résultat bool

Manager() public méthode

public Manager ( ) : System
Résultat System

NoteAdd() public méthode

public NoteAdd ( NoteAdd newItem ) : NoteBase
newItem NoteAdd
Résultat NoteBase

NoteDelete() public méthode

public NoteDelete ( int id ) : bool
id int
Résultat bool

NoteEdit() public méthode

public NoteEdit ( NoteEdit newItem ) : NoteBase
newItem NoteEdit
Résultat NoteBase

NoteGetAll() public méthode

public NoteGetAll ( ) : IEnumerable
Résultat IEnumerable

NoteGetAllByContent() public méthode

public NoteGetAllByContent ( string text ) : IEnumerable
text string
Résultat IEnumerable

NoteGetAllByTitle() public méthode

public NoteGetAllByTitle ( string text ) : IEnumerable
text string
Résultat IEnumerable

NoteGetById() public méthode

public NoteGetById ( int id ) : NoteBase
id int
Résultat NoteBase

RemoveData() public méthode

public RemoveData ( ) : bool
Résultat bool

RemoveDatabase() public méthode

public RemoveDatabase ( ) : bool
Résultat bool