C# Class MonoDevelop.VersionControl.TFS.TFSVersionControlService

Mostrar archivo Open project: Indomitable/monodevelop-tfs-addin

Private Properties

Property Type Description

Public Methods

Method Description
AddServer ( BaseTeamFoundationServer server ) : void
GetActiveWorkspace ( ProjectCollection collection ) : string
GetServer ( string name ) : BaseTeamFoundationServer
HasServer ( string name ) : bool
LoadPrefs ( ) : void
RaiseServersChange ( ) : void
RefreshWorkingRepositories ( ) : void
RemoveServer ( string name ) : void
SetActiveWorkspace ( ProjectCollection collection, string workspaceName ) : void
StorePrefs ( ) : void
TFSVersionControlService ( ) : System.Collections.Generic

Method Details

AddServer() public method

public AddServer ( BaseTeamFoundationServer server ) : void
server BaseTeamFoundationServer
return void

GetActiveWorkspace() public method

public GetActiveWorkspace ( ProjectCollection collection ) : string
collection ProjectCollection
return string

GetServer() public method

public GetServer ( string name ) : BaseTeamFoundationServer
name string
return BaseTeamFoundationServer

HasServer() public method

public HasServer ( string name ) : bool
name string
return bool

LoadPrefs() public method

public LoadPrefs ( ) : void
return void

RaiseServersChange() public method

public RaiseServersChange ( ) : void
return void

RefreshWorkingRepositories() public method

public RefreshWorkingRepositories ( ) : void
return void

RemoveServer() public method

public RemoveServer ( string name ) : void
name string
return void

SetActiveWorkspace() public method

public SetActiveWorkspace ( ProjectCollection collection, string workspaceName ) : void
collection ProjectCollection
workspaceName string
return void

StorePrefs() public method

public StorePrefs ( ) : void
return void

TFSVersionControlService() public method

public TFSVersionControlService ( ) : System.Collections.Generic
return System.Collections.Generic