C# Класс BinaryStudio.TaskManager.Web.Controllers.ReminderController

Наследование: Controller
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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