C# 클래스 SuggestionBox.Controllers.SuggestionsController

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

보호된 프로퍼티들

프로퍼티 타입 설명
_adminGroup string

공개 메소드들

메소드 설명
SuggestionsController ( ) : System

비공개 메소드들

메소드 설명
Add ( SuggestionModel model ) : System.Web.Mvc.ActionResult
Approve ( SuggestionModel model, string commentText ) : System.Web.Mvc.ActionResult
Complete ( SuggestionModel model, string commentText ) : System.Web.Mvc.ActionResult
ConvertSuggestionToModel ( SuggestionBox.Data.Suggestion suggestion ) : SuggestionModel
Delete ( SuggestionModel model, string commentText ) : System.Web.Mvc.ActionResult
Deny ( SuggestionModel model, string commentText ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
SetupComment ( CommentModel model ) : CommentModel
View ( int id ) : System.Web.Mvc.ActionResult

메소드 상세

SuggestionsController() 공개 메소드

public SuggestionsController ( ) : System
리턴 System

프로퍼티 상세

_adminGroup 보호되어 있는 프로퍼티

protected string _adminGroup
리턴 string