C# Class DXVcs2Git.UI.ViewModels.RootViewModel

Inheritance: ViewModelBase
Mostra file Open project: Xarlot/DXVcs2Git Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
Refresh ( ) : void
RootViewModel ( ) : System
Update ( ) : void

Private Methods

Method 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 method

public Initialize ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void

RootViewModel() public method

public RootViewModel ( ) : System
return System

Update() public method

public Update ( ) : void
return void