C# Класс UCosmic.Www.Mvc.Areas.People.Controllers.PersonInfoController

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

Private Properties

Свойство Тип Описание
ByEmail System.Web.Mvc.JsonResult
ByEmail System.Web.Mvc.JsonResult
ByGuid System.Web.Mvc.JsonResult
ByGuid System.Web.Mvc.JsonResult
PersonInfoController System
RedirectToAction System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent System.Web.Mvc.RedirectToRouteResult
WithEmail System.Web.Mvc.JsonResult
WithEmail System.Web.Mvc.JsonResult
WithFirstName System.Web.Mvc.JsonResult
WithFirstName System.Web.Mvc.JsonResult
WithLastName System.Web.Mvc.JsonResult
WithLastName System.Web.Mvc.JsonResult

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

Метод Описание
PersonInfoController ( PersonInfoServices services ) : System

Приватные методы

Метод Описание
ByEmail ( ) : System.Web.Mvc.JsonResult
ByEmail ( string email ) : System.Web.Mvc.JsonResult
ByGuid ( System.Guid guid ) : System.Web.Mvc.JsonResult
ByGuid ( ) : System.Web.Mvc.JsonResult
PersonInfoController ( Dummy d ) : System
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
WithEmail ( ) : System.Web.Mvc.JsonResult
WithEmail ( string term, StringMatchStrategy matchStrategy = StringMatchStrategy.Equals ) : System.Web.Mvc.JsonResult
WithFirstName ( ) : System.Web.Mvc.JsonResult
WithFirstName ( string term, StringMatchStrategy matchStrategy = StringMatchStrategy.Equals ) : System.Web.Mvc.JsonResult
WithLastName ( ) : System.Web.Mvc.JsonResult
WithLastName ( string term, StringMatchStrategy matchStrategy = StringMatchStrategy.Equals ) : System.Web.Mvc.JsonResult

Описание методов

PersonInfoController() публичный Метод

public PersonInfoController ( PersonInfoServices services ) : System
services PersonInfoServices
Результат System