C# Class SnooNotesAPI.Controllers.NoteController

Inheritance: ApiController
Afficher le fichier Open project: CrustyJew/SnooNotes

Méthodes publiques

Méthode Description
Delete ( int id ) : System.Threading.Tasks.Task
NoteController ( ) : System
Post ( [ value ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
AddNoteToCabal ( int id, int typeid ) : System.Threading.Tasks.Task
GetNotes ( [ users ) : IEnumerable>>.Task
GetUsernamesWithNotes ( ) : Task>
InitializeNotes ( ) : IEnumerable>>.Task
UserHasNotes ( string username ) : Task

Method Details

Delete() public méthode

public Delete ( int id ) : System.Threading.Tasks.Task
id int
Résultat System.Threading.Tasks.Task

NoteController() public méthode

public NoteController ( ) : System
Résultat System

Post() public méthode

public Post ( [ value ) : System.Threading.Tasks.Task
value [
Résultat System.Threading.Tasks.Task