C# Class projectBM.Controllers.baseController

Inheritance: Controller
Mostra file Open project: zettasolutions/projectBM

Public Properties

Property Type Description
_FormAuth IBasicFormAuth

Public Methods

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

Protected Methods

Method 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 method

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

OnActionExecuting() protected method

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
return void

gePriorityURL() public method

public gePriorityURL ( string currentPage ) : string
currentPage string
return string

getAuthNo() public method

public getAuthNo ( ) : int
return int

setPageLinks() public method

public setPageLinks ( string pageName ) : void
pageName string
return void

setRequestedURL() public method

public setRequestedURL ( ) : void
return void

toJSON() public method

public toJSON ( string sql, bool isProcedure ) : System.Web.Mvc.ContentResult
sql string
isProcedure bool
return System.Web.Mvc.ContentResult

Property Details

_FormAuth public_oe property

public IBasicFormAuth _FormAuth
return IBasicFormAuth