C# 클래스 TfsWitAdminTools.ViewModel.ToolsVM

상속: ViewModelBase
파일 보기 프로젝트 열기: Fermium-co/TfsWitAdminTools 1 사용 예제들

공개 메소드들

메소드 설명
GetAllTeamProjectsWITypes ( ) : System.Threading.Tasks.Task
ToolsVM ( IWitAdminService wiAdminService ) : System.Collections.Generic
wiAdminService_CommandInvoked ( object sender, CommandInvokedEventArgs e ) : void

비공개 메소드들

메소드 설명
GetProjectCollectionInfos ( ITFManager tfManager ) : Task>
GetWITypes ( TeamProjectInfo teamProject ) : System.Threading.Tasks.Task
Init ( IWitAdminService wiAdminService ) : void
RaiseCommandsCanExecute ( ) : void

메소드 상세

GetAllTeamProjectsWITypes() 공개 메소드

public GetAllTeamProjectsWITypes ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ToolsVM() 공개 메소드

public ToolsVM ( IWitAdminService wiAdminService ) : System.Collections.Generic
wiAdminService IWitAdminService
리턴 System.Collections.Generic

wiAdminService_CommandInvoked() 공개 메소드

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