C# Class Gi7.ViewModel.CommitViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: michelsalib/Gi7

Méthodes publiques

Méthode Description
CommitViewModel ( GithubService githubService, INavigationService navigationService, string username, string repo, string sha ) : System

Private Methods

Méthode 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 méthode

public CommitViewModel ( GithubService githubService, INavigationService navigationService, string username, string repo, string sha ) : System
githubService GithubService
navigationService INavigationService
username string
repo string
sha string
Résultat System