C# 클래스 GitHubFeeds.Controllers.CommentsController

상속: PipelineAsyncController
파일 보기 프로젝트 열기: bgrainger/GitHubFeeds

공개 메소드들

메소드 설명
ListAsync ( ListParameters p ) : void
ListCompleted ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
CreateCommentHtml ( int version, GitHubCommentModel model ) : string
CreateCommentItem ( ListParameters p, GitHubComment comment ) : System.ServiceModel.Syndication.SyndicationItem
CreateCommentModel ( int version, GitHubComment comment ) : GitHubCommentModel
CreateCommentsPageUri ( ListParameters p, int pageOffset, int pageSize ) : Uri
CreateFeed ( ListParameters p, List comments ) : bool
CreateRequest ( ListParameters p, Uri uri ) : HttpWebRequest
GetCommentCount ( ListParameters p, Task responseTask ) : int
GetCommentPages ( ListParameters p, int commentCount ) : Task[]
GetComments ( ListParameters p, Task tasks ) : List
GetCommits ( ListParameters p, List comments ) : Task>
GetFirstComment ( ListParameters p ) : Task
RenderCommitForSubject ( GitHubCommentModel model ) : string

메소드 상세

ListAsync() 공개 메소드

public ListAsync ( ListParameters p ) : void
p GitHubFeeds.Models.ListParameters
리턴 void

ListCompleted() 공개 메소드

public ListCompleted ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.ActionResult
result System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult