C# Class projectBM.Controllers.baseController

Inheritance: Controller
Afficher le fichier Open project: zettasolutions/projectBM

Méthodes publiques

Свойство Type Description
_FormAuth IBasicFormAuth

Méthodes publiques

Méthode Description
gePriorityURL ( string currentPage ) : string
getAuthNo ( ) : int
setPageLinks ( string pageName ) : void
setRequestedURL ( ) : void
toJSON ( string sql, bool isProcedure ) : System.Web.Mvc.ContentResult

Méthodes protégées

Méthode Description
Json ( object data, string contentType, System contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Method Details

Json() protected méthode

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

OnActionExecuting() protected méthode

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Résultat void

gePriorityURL() public méthode

public gePriorityURL ( string currentPage ) : string
currentPage string
Résultat string

getAuthNo() public méthode

public getAuthNo ( ) : int
Résultat int

setPageLinks() public méthode

public setPageLinks ( string pageName ) : void
pageName string
Résultat void

setRequestedURL() public méthode

public setRequestedURL ( ) : void
Résultat void

toJSON() public méthode

public toJSON ( string sql, bool isProcedure ) : System.Web.Mvc.ContentResult
sql string
isProcedure bool
Résultat System.Web.Mvc.ContentResult

Property Details

_FormAuth public_oe property

public IBasicFormAuth _FormAuth
Résultat IBasicFormAuth