C# 클래스 NGitHub.Services.IssueService

상속: IIssueService
파일 보기 프로젝트 열기: akilb/NGitHub 1 사용 예제들

공개 메소드들

메소드 설명
CreateCommentAsync ( string user, string repo, int issueNumber, string comment, Action callback, Action onError ) : GitHubRequestAsyncHandle
CreateIssueAsync ( string user, string repo, string title, string body, string assignee, string mileStone, string labels, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetCommentsAsync ( string user, string repo, int issueNumber, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetIssueAsync ( string user, string repo, int issueNumber, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetIssuesAsync ( string user, string repo, State state, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
IssueService ( IGitHubClient gitHubClient ) : System

메소드 상세

CreateCommentAsync() 공개 메소드

public CreateCommentAsync ( string user, string repo, int issueNumber, string comment, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
issueNumber int
comment string
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

CreateIssueAsync() 공개 메소드

public CreateIssueAsync ( string user, string repo, string title, string body, string assignee, string mileStone, string labels, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
title string
body string
assignee string
mileStone string
labels string
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetCommentsAsync() 공개 메소드

public GetCommentsAsync ( string user, string repo, int issueNumber, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
issueNumber int
page int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetIssueAsync() 공개 메소드

public GetIssueAsync ( string user, string repo, int issueNumber, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
issueNumber int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetIssuesAsync() 공개 메소드

public GetIssuesAsync ( string user, string repo, State state, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
state State
page int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

IssueService() 공개 메소드

public IssueService ( IGitHubClient gitHubClient ) : System
gitHubClient IGitHubClient
리턴 System