C# Class RaccoonBlog.Web.Areas.Admin.Controllers.PostsController

Inheritance: RaccoonBlog.Web.Areas.Admin.Controllers.AdminController
Mostra file Open project: ayende/RaccoonBlog

Public Methods

Method Description
Details ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
ListFeed ( System.DateTime start, System.DateTime end ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Add ( ) : System.Web.Mvc.ActionResult
CommentsAdmin ( int id, CommentCommandOptions command, int commentIds ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
DeleteAllSpamComments ( ) : System.Web.Mvc.ActionResult
DeleteAllSpamComments ( bool deleteAll ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
ResetNumberOfSpamComments ( RaccoonBlog.Web.Models.PostComments comment ) : void
SetPostDate ( int id, long date ) : System.Web.Mvc.ActionResult
SuccessResponse ( ) : System.Web.Mvc.ActionResult
Update ( PostInput input ) : System.Web.Mvc.ActionResult

Method Details

Details() public method

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Index() public method

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

ListFeed() public method

public ListFeed ( System.DateTime start, System.DateTime end ) : System.Web.Mvc.ActionResult
start System.DateTime
end System.DateTime
return System.Web.Mvc.ActionResult