C# Class SuggestionBox.Controllers.SuggestionsController

Inheritance: Controller
Afficher le fichier Open project: Praeses/SuggestionBox

Protected Properties

Свойство Type Description
_adminGroup string

Méthodes publiques

Méthode Description
SuggestionsController ( ) : System

Private Methods

Méthode 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 méthode

public SuggestionsController ( ) : System
Résultat System

Property Details

_adminGroup protected_oe property

protected string _adminGroup
Résultat string