C# Class UCosmic.Www.Mvc.Areas.People.Controllers.PersonInfoController

Inheritance: BaseController
Show file Open project: ucosmic/UCosmicPreview Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
PersonInfoController ( PersonInfoServices services ) : System

Private Methods

Method Description
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

Method Details

PersonInfoController() public method

public PersonInfoController ( PersonInfoServices services ) : System
services PersonInfoServices
return System