C# 클래스 SuggestionBox.Controllers.CommentsController

상속: Controller
파일 보기 프로젝트 열기: Praeses/SuggestionBox

보호된 프로퍼티들

프로퍼티 타입 설명
AdminGroup string

공개 메소드들

메소드 설명
CommentsController ( ) : System

비공개 메소드들

메소드 설명
Add ( CommentModel model ) : System.Web.Mvc.ActionResult
ConvertCommentToModel ( SuggestionBox.Data.Comment comment ) : CommentModel
Delete ( CommentModel model ) : System.Web.Mvc.ActionResult
Undelete ( CommentModel model ) : System.Web.Mvc.ActionResult

메소드 상세

CommentsController() 공개 메소드

public CommentsController ( ) : System
리턴 System

프로퍼티 상세

AdminGroup 보호되어 있는 프로퍼티

protected string AdminGroup
리턴 string