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

Inheritance: UCosmic.Www.Mvc.Areas.People.Controllers.PersonInfoController
Afficher le fichier Open project: ucosmic/UCosmicPreview

Méthodes publiques

Méthode 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 méthode

public ByEmail ( string email ) : System.Web.Mvc.JsonResult
email string
Résultat System.Web.Mvc.JsonResult

ByGuid() public méthode

public ByGuid ( System guid ) : System.Web.Mvc.JsonResult
guid System
Résultat System.Web.Mvc.JsonResult

T4MVC_PersonInfoController() public méthode

public T4MVC_PersonInfoController ( ) : System
Résultat System

WithEmail() public méthode

public WithEmail ( string term, UCosmic matchStrategy ) : System.Web.Mvc.JsonResult
term string
matchStrategy UCosmic
Résultat System.Web.Mvc.JsonResult

WithFirstName() public méthode

public WithFirstName ( string term, UCosmic matchStrategy ) : System.Web.Mvc.JsonResult
term string
matchStrategy UCosmic
Résultat System.Web.Mvc.JsonResult

WithLastName() public méthode

public WithLastName ( string term, UCosmic matchStrategy ) : System.Web.Mvc.JsonResult
term string
matchStrategy UCosmic
Résultat System.Web.Mvc.JsonResult