C# 클래스 UserInterface.Controllers.TweetController

상속: Controller
파일 보기 프로젝트 열기: phillipknauss/CqrsSiteEngine

공개 메소드들

메소드 설명
Add ( ) : System.Web.Mvc.ActionResult
Delete ( DeleteTweetCommand command ) : System.Web.Mvc.ActionResult
Index ( string channelname = "" ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Add ( PostNewTweetCommand command ) : System.Web.Mvc.ActionResult

메소드 상세

Add() 공개 메소드

public Add ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Delete() 공개 메소드

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

Index() 공개 메소드

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