C# Class RaccoonBlog.Web.Controllers.PostDetailsController

ファイルを表示 Open project: ayende/RaccoonBlog

Private Properties

Property Type Description
Comment System.Web.Mvc.ActionResult
Comment System.Web.Mvc.ActionResult
Details System.Web.Mvc.ActionResult
GetPostsForCurrentSeries IList
GetSeriesInfo SeriesInfo
PostDetailsController System
PostDetailsController System
PostingCommentFailed System.Web.Mvc.ActionResult
PostingCommentSucceeded System.Web.Mvc.ActionResult
RedirectToAction System.Web.Mvc.RedirectToRouteResult
RedirectToAction System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent System.Web.Mvc.RedirectToRouteResult
SetWhateverUserIsTrustedCommenter void
ValidateCaptcha void
ValidateCommentsAllowed void

Public Methods

Method Description
Details ( int id, string slug, System.Guid key ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Comment ( CommentInput input, int id, System.Guid key ) : System.Web.Mvc.ActionResult
Comment ( ) : System.Web.Mvc.ActionResult
Details ( ) : System.Web.Mvc.ActionResult
GetPostsForCurrentSeries ( Posts_Series series ) : IList
GetSeriesInfo ( string title ) : SeriesInfo
PostDetailsController ( ) : System
PostDetailsController ( Dummy d ) : System
PostingCommentFailed ( Post post, CommentInput input, System.Guid key ) : System.Web.Mvc.ActionResult
PostingCommentSucceeded ( Post post, CommentInput input ) : System.Web.Mvc.ActionResult
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
RedirectToAction ( Task taskResult ) : System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent ( Task taskResult ) : System.Web.Mvc.RedirectToRouteResult
SetWhateverUserIsTrustedCommenter ( PostViewModel vm ) : void
ValidateCaptcha ( CommentInput input, Commenter commenter ) : void
ValidateCommentsAllowed ( Post post, PostComments comments ) : void

Method Details

Details() public method

public Details ( int id, string slug, System.Guid key ) : System.Web.Mvc.ActionResult
id int
slug string
key System.Guid
return System.Web.Mvc.ActionResult