C# 클래스 UCosmic.Www.Mvc.Areas.People.Controllers.PersonInfoController

상속: BaseController
파일 보기 프로젝트 열기: ucosmic/UCosmicPreview 1 사용 예제들

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