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

Inheritance: UCosmic.Www.Mvc.Areas.People.Controllers.PersonInfoController
Datei anzeigen Open project: ucosmic/UCosmicPreview

Public Methods

Method Description
ByEmail ( string email ) : System.Web.Mvc.JsonResult
ByGuid ( System guid ) : System.Web.Mvc.JsonResult
T4MVC_PersonInfoController ( ) : System
WithEmail ( string term, UCosmic matchStrategy ) : System.Web.Mvc.JsonResult
WithFirstName ( string term, UCosmic matchStrategy ) : System.Web.Mvc.JsonResult
WithLastName ( string term, UCosmic matchStrategy ) : System.Web.Mvc.JsonResult

Method Details

ByEmail() public method

public ByEmail ( string email ) : System.Web.Mvc.JsonResult
email string
return System.Web.Mvc.JsonResult

ByGuid() public method

public ByGuid ( System guid ) : System.Web.Mvc.JsonResult
guid System
return System.Web.Mvc.JsonResult

T4MVC_PersonInfoController() public method

public T4MVC_PersonInfoController ( ) : System
return System

WithEmail() public method

public WithEmail ( string term, UCosmic matchStrategy ) : System.Web.Mvc.JsonResult
term string
matchStrategy UCosmic
return System.Web.Mvc.JsonResult

WithFirstName() public method

public WithFirstName ( string term, UCosmic matchStrategy ) : System.Web.Mvc.JsonResult
term string
matchStrategy UCosmic
return System.Web.Mvc.JsonResult

WithLastName() public method

public WithLastName ( string term, UCosmic matchStrategy ) : System.Web.Mvc.JsonResult
term string
matchStrategy UCosmic
return System.Web.Mvc.JsonResult