C# 클래스 SnooNotesAPI.Controllers.NoteController

상속: ApiController
파일 보기 프로젝트 열기: CrustyJew/SnooNotes

공개 메소드들

메소드 설명
Delete ( int id ) : System.Threading.Tasks.Task
NoteController ( ) : System
Post ( [ value ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
AddNoteToCabal ( int id, int typeid ) : System.Threading.Tasks.Task
GetNotes ( [ users ) : IEnumerable>>.Task
GetUsernamesWithNotes ( ) : Task>
InitializeNotes ( ) : IEnumerable>>.Task
UserHasNotes ( string username ) : Task

메소드 상세

Delete() 공개 메소드

public Delete ( int id ) : System.Threading.Tasks.Task
id int
리턴 System.Threading.Tasks.Task

NoteController() 공개 메소드

public NoteController ( ) : System
리턴 System

Post() 공개 메소드

public Post ( [ value ) : System.Threading.Tasks.Task
value [
리턴 System.Threading.Tasks.Task