C# 클래스 projectBM.Controllers.baseController

상속: Controller
파일 보기 프로젝트 열기: zettasolutions/projectBM

공개 프로퍼티들

프로퍼티 타입 설명
_FormAuth IBasicFormAuth

공개 메소드들

메소드 설명
gePriorityURL ( string currentPage ) : string
getAuthNo ( ) : int
setPageLinks ( string pageName ) : void
setRequestedURL ( ) : void
toJSON ( string sql, bool isProcedure ) : System.Web.Mvc.ContentResult

보호된 메소드들

메소드 설명
Json ( object data, string contentType, System contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

메소드 상세

Json() 보호된 메소드

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

OnActionExecuting() 보호된 메소드

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

gePriorityURL() 공개 메소드

public gePriorityURL ( string currentPage ) : string
currentPage string
리턴 string

getAuthNo() 공개 메소드

public getAuthNo ( ) : int
리턴 int

setPageLinks() 공개 메소드

public setPageLinks ( string pageName ) : void
pageName string
리턴 void

setRequestedURL() 공개 메소드

public setRequestedURL ( ) : void
리턴 void

toJSON() 공개 메소드

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

프로퍼티 상세

_FormAuth 공개적으로 프로퍼티

public IBasicFormAuth _FormAuth
리턴 IBasicFormAuth