C# 클래스 Gi7.ViewModel.CommitViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: michelsalib/Gi7

공개 메소드들

메소드 설명
CommitViewModel ( GithubService githubService, INavigationService navigationService, string username, string repo, string sha ) : System

비공개 메소드들

메소드 설명
OnComment ( string username, string repo, string sha ) : void
OnPivotChangedCommand ( string username, string repo, string sha, System.Windows.Controls.SelectionChangedEventArgs args ) : void
UserCanComment ( ) : bool

메소드 상세

CommitViewModel() 공개 메소드

public CommitViewModel ( GithubService githubService, INavigationService navigationService, string username, string repo, string sha ) : System
githubService GithubService
navigationService INavigationService
username string
repo string
sha string
리턴 System