C# Class DXVcs2Git.UI.ViewModels.RepositoriesViewModel

Inheritance: ViewModelBase
显示文件 Open project: Xarlot/DXVcs2Git Class Usage Examples

Public Methods

Method Description
RaiseRefreshSelectedBranch ( ) : void
RepositoriesViewModel ( ) : System.Collections.Generic
SelectedBranchChanged ( ) : void
SendBeforeUpdateMessage ( ) : void
SendUpdateMessage ( ) : void
Update ( ) : void

Private Methods

Method Description
IsValidConfig ( TrackRepository repo ) : bool

Method Details

RaiseRefreshSelectedBranch() public static method

public static RaiseRefreshSelectedBranch ( ) : void
return void

RepositoriesViewModel() public method

public RepositoriesViewModel ( ) : System.Collections.Generic
return System.Collections.Generic

SelectedBranchChanged() public method

public SelectedBranchChanged ( ) : void
return void

SendBeforeUpdateMessage() public method

public SendBeforeUpdateMessage ( ) : void
return void

SendUpdateMessage() public method

public SendUpdateMessage ( ) : void
return void

Update() public method

public Update ( ) : void
return void