C# Class git_demo_viewer.GitViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: niik/Git-Demo-Viewer

Méthodes publiques

Méthode Description
GitViewModel ( Repository repo ) : System
Refresh ( ) : void
Refresh ( GitGraph graph ) : void
Reload ( ) : void

Private Methods

Méthode Description
AddBranch ( GitGraph graph, Branch branch ) : BranchVertex
AddCommit ( GitGraph graph, Commit commit, int depth ) : CommitVertex
NotifyPropertyChanged ( String info ) : void

Method Details

GitViewModel() public méthode

public GitViewModel ( Repository repo ) : System
repo LibGit2Sharp.Repository
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( GitGraph graph ) : void
graph GitGraph
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void