C# Class Randao.Web.Controllers.CustomerController

Inheritance: Controller
Afficher le fichier Open project: fds/DKBD

Méthodes protégées

Méthode Description
Json ( object data, string contentType, Encoding contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult
RedirectToErrorAction ( int code, string message = "" ) : System.Web.Mvc.ActionResult
VerifyToErrorAction ( Func acquire, int errorCode, string message = "" ) : void

Method Details

Json() protected méthode

protected Json ( object data, string contentType, Encoding contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult
data object
contentType string
contentEncoding System.Text.Encoding
behavior JsonRequestBehavior
Résultat System.Web.Mvc.JsonResult

RedirectToErrorAction() protected méthode

protected RedirectToErrorAction ( int code, string message = "" ) : System.Web.Mvc.ActionResult
code int
message string
Résultat System.Web.Mvc.ActionResult

VerifyToErrorAction() protected méthode

protected VerifyToErrorAction ( Func acquire, int errorCode, string message = "" ) : void
acquire Func
errorCode int
message string
Résultat void