C# Class TfsWitAdminTools.ViewModel.ToolsVM

Inheritance: ViewModelBase
显示文件 Open project: Fermium-co/TfsWitAdminTools Class Usage Examples

Public Methods

Method Description
GetAllTeamProjectsWITypes ( ) : System.Threading.Tasks.Task
ToolsVM ( IWitAdminService wiAdminService ) : System.Collections.Generic
wiAdminService_CommandInvoked ( object sender, CommandInvokedEventArgs e ) : void

Private Methods

Method Description
GetProjectCollectionInfos ( ITFManager tfManager ) : Task>
GetWITypes ( TeamProjectInfo teamProject ) : System.Threading.Tasks.Task
Init ( IWitAdminService wiAdminService ) : void
RaiseCommandsCanExecute ( ) : void

Method Details

GetAllTeamProjectsWITypes() public method

public GetAllTeamProjectsWITypes ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ToolsVM() public method

public ToolsVM ( IWitAdminService wiAdminService ) : System.Collections.Generic
wiAdminService IWitAdminService
return System.Collections.Generic

wiAdminService_CommandInvoked() public method

public wiAdminService_CommandInvoked ( object sender, CommandInvokedEventArgs e ) : void
sender object
e TfsWitAdminTools.Core.CommandInvokedEventArgs
return void