C# Class TfsWitAdminTools.ViewModel.ToolsVM

Inheritance: ViewModelBase
Afficher le fichier Open project: Fermium-co/TfsWitAdminTools Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

GetAllTeamProjectsWITypes() public méthode

public GetAllTeamProjectsWITypes ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ToolsVM() public méthode

public ToolsVM ( IWitAdminService wiAdminService ) : System.Collections.Generic
wiAdminService IWitAdminService
Résultat System.Collections.Generic

wiAdminService_CommandInvoked() public méthode

public wiAdminService_CommandInvoked ( object sender, CommandInvokedEventArgs e ) : void
sender object
e TfsWitAdminTools.Core.CommandInvokedEventArgs
Résultat void