C# Class UserInterface.Controllers.TweetController

Inheritance: Controller
Afficher le fichier Open project: phillipknauss/CqrsSiteEngine

Méthodes publiques

Méthode Description
Add ( ) : System.Web.Mvc.ActionResult
Delete ( DeleteTweetCommand command ) : System.Web.Mvc.ActionResult
Index ( string channelname = "" ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Add ( PostNewTweetCommand command ) : System.Web.Mvc.ActionResult

Method Details

Add() public méthode

public Add ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Delete() public méthode

public Delete ( DeleteTweetCommand command ) : System.Web.Mvc.ActionResult
command Commands.DeleteTweetCommand
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( string channelname = "" ) : System.Web.Mvc.ActionResult
channelname string
Résultat System.Web.Mvc.ActionResult