C# Класс GitHub.ViewModels.PullRequestFileNode

A file node in a pull request changes tree.
Наследование: IPullRequestFileNode
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PullRequestFileNode ( string repositoryPath, string path, string sha, PullRequestFileStatus status, [ statusDisplay ) : System

Initializes a new instance of the PullRequestFileNode class.

Описание методов

PullRequestFileNode() публичный Метод

Initializes a new instance of the PullRequestFileNode class.
public PullRequestFileNode ( string repositoryPath, string path, string sha, PullRequestFileStatus status, [ statusDisplay ) : System
repositoryPath string The absolute path to the repository.
path string The path to the file, relative to the repository.
sha string The SHA of the file.
status PullRequestFileStatus The way the file was changed.
statusDisplay [ The string to display in the [message] box next to the filename.
Результат System