C# Class DXVcs2Git.UI.ViewModels.RootViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: Xarlot/DXVcs2Git Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( ) : void
Refresh ( ) : void
RootViewModel ( ) : System
Update ( ) : void

Private Methods

Méthode Description
CanDownloadNewVersion ( ) : bool
CanPerformActivate ( ) : bool
CanPerformInitialize ( ) : bool
CanPerformLoadTestLog ( ) : bool
CanPerformUpdate ( ) : bool
CanShowSettings ( ) : bool
DownloadNewVersion ( ) : void
FarmRefreshed ( FarmRefreshedEventArgs args ) : void
PerformActivate ( ) : void
PerformClick ( NotificationResult result ) : void
PerformInitialize ( ) : void
PerformLoadTestLog ( ) : void
PerformShowLog ( ) : void
PerformUpdate ( ) : void
ProcessBuildHook ( BuildHookClient hook ) : void
ProcessMergeRequestHook ( MergeRequestHookClient hook ) : void
ProcessNotification ( string message ) : void
ProcessPushHook ( PushHookClient hook ) : void
RefreshLog ( ) : void
ShowLogChanged ( ) : void
ShowMergeRequestNotification ( BranchViewModel branchViewModel, MergeRequestHookClient hook ) : void
ShowSettings ( ) : void
UpdateDefaultTheme ( ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

RootViewModel() public méthode

public RootViewModel ( ) : System
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void