메소드 | 설명 | |
---|---|---|
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 |
public ApplyPermissions ( Core model ) : System.Web.Mvc.ActionResult | ||
model | Core | |
리턴 | System.Web.Mvc.ActionResult |
public ChangeLanguage ( long articleId, string culture ) : System.Web.Mvc.ActionResult | ||
articleId | long | |
culture | string | |
리턴 | System.Web.Mvc.ActionResult |
public Edit ( long articleId ) : System.Web.Mvc.ActionResult | ||
articleId | long | |
리턴 | System.Web.Mvc.ActionResult |
public EditFile ( long articleId, long articleFileId ) : System.Web.Mvc.ActionResult | ||
articleId | long | |
articleFileId | long | |
리턴 | System.Web.Mvc.ActionResult |
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 |
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 |
public New ( Core article ) : System.Web.Mvc.ActionResult | ||
article | Core | |
리턴 | System.Web.Mvc.ActionResult |
public NewFile ( long articleId ) : System.Web.Mvc.ActionResult | ||
articleId | long | |
리턴 | System.Web.Mvc.ActionResult |
public Remove ( long articleId ) : System.Web.Mvc.ActionResult | ||
articleId | long | |
리턴 | System.Web.Mvc.ActionResult |
public RemoveFile ( long articleFileId ) : System.Web.Mvc.ActionResult | ||
articleFileId | long | |
리턴 | System.Web.Mvc.ActionResult |
public Save ( Core model ) : System.Web.Mvc.ActionResult | ||
model | Core | |
리턴 | System.Web.Mvc.ActionResult |
public SaveFile ( long articleId, Core model ) : System.Web.Mvc.ActionResult | ||
articleId | long | |
model | Core | |
리턴 | System.Web.Mvc.ActionResult |
public SectionCategories ( long sectionId, long categoryId ) : System.Web.Mvc.ActionResult | ||
sectionId | long | |
categoryId | long | |
리턴 | System.Web.Mvc.ActionResult |
public ShowFiles ( long articleId ) : System.Web.Mvc.ActionResult | ||
articleId | long | |
리턴 | System.Web.Mvc.ActionResult |
public ShowPermissions ( long articleId ) : System.Web.Mvc.ActionResult | ||
articleId | long | |
리턴 | System.Web.Mvc.ActionResult |