C# 클래스 BinaryStudio.TaskManager.Web.Controllers.ReminderController

상속: Controller
파일 보기 프로젝트 열기: dv00d00/BinaryStudio.TaskManager 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ActionResult
ReminderController ( IReminderRepository reminderRepository, IUserRepository userRepository, ITaskProcessor taskProcessor, IReminderProcessor reminderProcessor ) : System

Initializes a new instance of the ReminderController class.

비공개 메소드들

메소드 설명
Create ( Reminder reminder ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( Reminder reminder ) : System.Web.Mvc.ActionResult
GetUsers ( string name, string applicationKey ) : System.Web.Mvc.JsonResult
IsUserHasReminders ( ) : System.Web.Mvc.ActionResult
MyReminders ( ) : System.Web.Mvc.ViewResult
SendNotification ( int userId, string content, System.DateTime date ) : System.Web.Mvc.JsonResult

메소드 상세

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Delete() 공개 메소드

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult

Edit() 공개 메소드

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

ReminderController() 공개 메소드

Initializes a new instance of the ReminderController class.
public ReminderController ( IReminderRepository reminderRepository, IUserRepository userRepository, ITaskProcessor taskProcessor, IReminderProcessor reminderProcessor ) : System
reminderRepository IReminderRepository /// The reminder repository. ///
userRepository IUserRepository /// The user repository. ///
taskProcessor ITaskProcessor /// The task processor. ///
reminderProcessor IReminderProcessor
리턴 System