C# Класс NGitHub.Services.IssueService

Наследование: IIssueService
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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