C# Class SuggestionBox.Controllers.SuggestionsController

Inheritance: Controller
Mostra file Open project: Praeses/SuggestionBox

Protected Properties

Property Type Description
_adminGroup string

Public Methods

Method Description
SuggestionsController ( ) : System

Private Methods

Method Description
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

Method Details

SuggestionsController() public method

public SuggestionsController ( ) : System
return System

Property Details

_adminGroup protected_oe property

protected string _adminGroup
return string