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

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

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

Метод Описание
PullRequestFileViewModel ( string path, FileChangeType changeType )

Initializes a new instance of the PullRequestFileViewModel class.

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

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

Initializes a new instance of the PullRequestFileViewModel class.
public PullRequestFileViewModel ( string path, FileChangeType changeType )
path string The path to the file, relative to the repository.
changeType FileChangeType The way the file was changed.