C# Class Gi7.ViewModel.CommitViewModel

Inheritance: ViewModelBase
Exibir arquivo Open project: michelsalib/Gi7

Public Methods

Method Description
CommitViewModel ( GithubService githubService, INavigationService navigationService, string username, string repo, string sha ) : System

Private Methods

Method Description
OnComment ( string username, string repo, string sha ) : void
OnPivotChangedCommand ( string username, string repo, string sha, System.Windows.Controls.SelectionChangedEventArgs args ) : void
UserCanComment ( ) : bool

Method Details

CommitViewModel() public method

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