C# Class UserInterface.Controllers.TweetController

Inheritance: Controller
ファイルを表示 Open project: phillipknauss/CqrsSiteEngine

Public Methods

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

Private Methods

Method Description
Add ( PostNewTweetCommand command ) : System.Web.Mvc.ActionResult

Method Details

Add() public method

public Add ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Delete() public method

public Delete ( DeleteTweetCommand command ) : System.Web.Mvc.ActionResult
command Commands.DeleteTweetCommand
return System.Web.Mvc.ActionResult

Index() public method

public Index ( string channelname = "" ) : System.Web.Mvc.ActionResult
channelname string
return System.Web.Mvc.ActionResult