C# 클래스 JustAProgrammer.TeamPilgrim.VisualStudio.Business.Services.VisualStudio.TeamFoundation.CommandHandlerPackageWrapper

파일 보기 프로젝트 열기: StanleyGoldman/TeamPilgrim

공개 메소드들

메소드 설명
CommandHandlerPackageWrapper ( object commandHandlerPackage ) : System
OpenGroupMembership ( TfsTeamProjectCollection tfsTeamProjectCollection, string projectName, string projectUri ) : void
OpenProjectAlerts ( TfsTeamProjectCollection tfsTeamProjectCollection, string projectName ) : void
OpenSecuritySettings ( TfsTeamProjectCollection tfsTeamProjectCollection, string projectName, string projectUri ) : void
OpenWorkItemsAreas ( TfsTeamProjectCollection tfsTeamProjectCollection, string projectName ) : void
OpenWorkItemsClassification ( TfsTeamProjectCollection tfsTeamProjectCollection, string projectName, string serviceType, System.Guid serviceIdentifier ) : void
OpenWorkItemsIterations ( TfsTeamProjectCollection tfsTeamProjectCollection, string projectName ) : void

비공개 메소드들

메소드 설명
CommandHandlerPackageWrapper ( ) : System

메소드 상세

CommandHandlerPackageWrapper() 공개 메소드

public CommandHandlerPackageWrapper ( object commandHandlerPackage ) : System
commandHandlerPackage object
리턴 System

OpenGroupMembership() 공개 정적인 메소드

public static OpenGroupMembership ( TfsTeamProjectCollection tfsTeamProjectCollection, string projectName, string projectUri ) : void
tfsTeamProjectCollection TfsTeamProjectCollection
projectName string
projectUri string
리턴 void

OpenProjectAlerts() 공개 정적인 메소드

public static OpenProjectAlerts ( TfsTeamProjectCollection tfsTeamProjectCollection, string projectName ) : void
tfsTeamProjectCollection TfsTeamProjectCollection
projectName string
리턴 void

OpenSecuritySettings() 공개 정적인 메소드

public static OpenSecuritySettings ( TfsTeamProjectCollection tfsTeamProjectCollection, string projectName, string projectUri ) : void
tfsTeamProjectCollection TfsTeamProjectCollection
projectName string
projectUri string
리턴 void

OpenWorkItemsAreas() 공개 정적인 메소드

public static OpenWorkItemsAreas ( TfsTeamProjectCollection tfsTeamProjectCollection, string projectName ) : void
tfsTeamProjectCollection TfsTeamProjectCollection
projectName string
리턴 void

OpenWorkItemsClassification() 공개 정적인 메소드

public static OpenWorkItemsClassification ( TfsTeamProjectCollection tfsTeamProjectCollection, string projectName, string serviceType, System.Guid serviceIdentifier ) : void
tfsTeamProjectCollection TfsTeamProjectCollection
projectName string
serviceType string
serviceIdentifier System.Guid
리턴 void

OpenWorkItemsIterations() 공개 정적인 메소드

public static OpenWorkItemsIterations ( TfsTeamProjectCollection tfsTeamProjectCollection, string projectName ) : void
tfsTeamProjectCollection TfsTeamProjectCollection
projectName string
리턴 void