C# 클래스 GitHub.ViewModels.PullRequestFileViewModel

A file node in a pull request changes tree.
상속: IPullRequestFileViewModel
파일 보기 프로젝트 열기: github/VisualStudio

공개 메소드들

메소드 설명
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.