C# Class JustAProgrammer.TeamPilgrim.VisualStudio.Business.Services.VisualStudio.TeamFoundation.TeamFoundationHostWrapper

Inheritance: ITeamFoundationHostWrapper
Datei anzeigen Open project: StanleyGoldman/TeamPilgrim Class Usage Examples

Public Methods

Method Description
PromptForServerAndProjects ( bool asynchronous = true ) : DialogResult
SetContext ( TfsTeamProjectCollection teamProjectCollection, string projectUri ) : void
SetContext ( TfsTeamProjectCollection teamProjectCollection, string projectUri, System.Guid teamId ) : void
TeamFoundationHostWrapper ( ITeamFoundationContextManager teamFoundationHostObject ) : System

Private Methods

Method Description
TeamFoundationHostConnecting ( object serverConnectingEventArgs ) : void
TeamFoundationHostConnectionCompleted ( object serverConnectedEventArgs ) : void

Method Details

PromptForServerAndProjects() public method

public PromptForServerAndProjects ( bool asynchronous = true ) : DialogResult
asynchronous bool
return DialogResult

SetContext() public method

public SetContext ( TfsTeamProjectCollection teamProjectCollection, string projectUri ) : void
teamProjectCollection TfsTeamProjectCollection
projectUri string
return void

SetContext() public method

public SetContext ( TfsTeamProjectCollection teamProjectCollection, string projectUri, System.Guid teamId ) : void
teamProjectCollection TfsTeamProjectCollection
projectUri string
teamId System.Guid
return void

TeamFoundationHostWrapper() public method

public TeamFoundationHostWrapper ( ITeamFoundationContextManager teamFoundationHostObject ) : System
teamFoundationHostObject ITeamFoundationContextManager
return System