C# 클래스 Core.WebContent.Controllers.T4MVC_ArticleController

상속: Core.WebContent.Controllers.ArticleController
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
ApplyPermissions ( Core model ) : System.Web.Mvc.ActionResult
ChangeLanguage ( long articleId, string culture ) : System.Web.Mvc.ActionResult
Edit ( long articleId ) : System.Web.Mvc.ActionResult
EditFile ( long articleId, long articleFileId ) : System.Web.Mvc.ActionResult
LoadData ( int page, int rows, string search, string sidx, string sord ) : System.Web.Mvc.JsonResult
LoadFilesData ( int articleId, int page, int rows, string search, string sidx, string sord ) : System.Web.Mvc.JsonResult
New ( ) : System.Web.Mvc.ActionResult
New ( Core article ) : System.Web.Mvc.ActionResult
NewFile ( long articleId ) : System.Web.Mvc.ActionResult
Remove ( long articleId ) : System.Web.Mvc.ActionResult
RemoveFile ( long articleFileId ) : System.Web.Mvc.ActionResult
Save ( Core model ) : System.Web.Mvc.ActionResult
SaveFile ( long articleId, Core model ) : System.Web.Mvc.ActionResult
SectionCategories ( long sectionId, long categoryId ) : System.Web.Mvc.ActionResult
Show ( ) : System.Web.Mvc.ActionResult
ShowFiles ( long articleId ) : System.Web.Mvc.ActionResult
ShowPermissions ( long articleId ) : System.Web.Mvc.ActionResult
T4MVC_ArticleController ( ) : System

메소드 상세

ApplyPermissions() 공개 메소드

public ApplyPermissions ( Core model ) : System.Web.Mvc.ActionResult
model Core
리턴 System.Web.Mvc.ActionResult

ChangeLanguage() 공개 메소드

public ChangeLanguage ( long articleId, string culture ) : System.Web.Mvc.ActionResult
articleId long
culture string
리턴 System.Web.Mvc.ActionResult

Edit() 공개 메소드

public Edit ( long articleId ) : System.Web.Mvc.ActionResult
articleId long
리턴 System.Web.Mvc.ActionResult

EditFile() 공개 메소드

public EditFile ( long articleId, long articleFileId ) : System.Web.Mvc.ActionResult
articleId long
articleFileId long
리턴 System.Web.Mvc.ActionResult

LoadData() 공개 메소드

public LoadData ( int page, int rows, string search, string sidx, string sord ) : System.Web.Mvc.JsonResult
page int
rows int
search string
sidx string
sord string
리턴 System.Web.Mvc.JsonResult

LoadFilesData() 공개 메소드

public LoadFilesData ( int articleId, int page, int rows, string search, string sidx, string sord ) : System.Web.Mvc.JsonResult
articleId int
page int
rows int
search string
sidx string
sord string
리턴 System.Web.Mvc.JsonResult

New() 공개 메소드

public New ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

New() 공개 메소드

public New ( Core article ) : System.Web.Mvc.ActionResult
article Core
리턴 System.Web.Mvc.ActionResult

NewFile() 공개 메소드

public NewFile ( long articleId ) : System.Web.Mvc.ActionResult
articleId long
리턴 System.Web.Mvc.ActionResult

Remove() 공개 메소드

public Remove ( long articleId ) : System.Web.Mvc.ActionResult
articleId long
리턴 System.Web.Mvc.ActionResult

RemoveFile() 공개 메소드

public RemoveFile ( long articleFileId ) : System.Web.Mvc.ActionResult
articleFileId long
리턴 System.Web.Mvc.ActionResult

Save() 공개 메소드

public Save ( Core model ) : System.Web.Mvc.ActionResult
model Core
리턴 System.Web.Mvc.ActionResult

SaveFile() 공개 메소드

public SaveFile ( long articleId, Core model ) : System.Web.Mvc.ActionResult
articleId long
model Core
리턴 System.Web.Mvc.ActionResult

SectionCategories() 공개 메소드

public SectionCategories ( long sectionId, long categoryId ) : System.Web.Mvc.ActionResult
sectionId long
categoryId long
리턴 System.Web.Mvc.ActionResult

Show() 공개 메소드

public Show ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

ShowFiles() 공개 메소드

public ShowFiles ( long articleId ) : System.Web.Mvc.ActionResult
articleId long
리턴 System.Web.Mvc.ActionResult

ShowPermissions() 공개 메소드

public ShowPermissions ( long articleId ) : System.Web.Mvc.ActionResult
articleId long
리턴 System.Web.Mvc.ActionResult

T4MVC_ArticleController() 공개 메소드

public T4MVC_ArticleController ( ) : System
리턴 System