C# 클래스 Gi7.ViewModel.RepositoryViewModel

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

공개 메소드들

메소드 설명
Load ( string user, string repo ) : void
RepositoryViewModel ( GithubService githubService, INavigationService navigationService, string user, string repo ) : System

비공개 메소드들

메소드 설명
IsPinned ( string user, string repo, ShellTile t ) : bool
OnCommitSelected ( Push push ) : void
OnIssueSelected ( Issue issue ) : void
OnPin ( string user, string repo ) : void
OnPivotChanged ( string user, string repo, System.Windows.Controls.SelectionChangedEventArgs args ) : void
OnPullRequest ( Gi7.Client.Model.PullRequest pullRequest ) : void
OnShare ( ) : void
OnShareDownload ( ) : void

메소드 상세

Load() 공개 메소드

public Load ( string user, string repo ) : void
user string
repo string
리턴 void

RepositoryViewModel() 공개 메소드

public RepositoryViewModel ( GithubService githubService, INavigationService navigationService, string user, string repo ) : System
githubService GithubService
navigationService INavigationService
user string
repo string
리턴 System