C# Class SourceControl.Tfs.TfsServerBase

Provides base functionality for the source control and workitem TFS classes.
显示文件 Open project: daptiv/Malevich

Public Methods

Method Description
Connect ( ) : bool

Connects to TFS.

Disconnect ( ) : void

Disconnects from TFS. Does nothing, really.

TfsServerBase ( string server, string workspace, string workspaceOwner, string user, string passwd, bool getFilesFromShelveSet ) : System

Trivial constructor.

Method Details

Connect() public method

Connects to TFS.
public Connect ( ) : bool
return bool

Disconnect() public method

Disconnects from TFS. Does nothing, really.
public Disconnect ( ) : void
return void

TfsServerBase() public method

Trivial constructor.
public TfsServerBase ( string server, string workspace, string workspaceOwner, string user, string passwd, bool getFilesFromShelveSet ) : System
server string The Tfs server.
workspace string The workspace.
workspaceOwner string
user string Perforce user name, can be null.
passwd string Perforce password, can be null.
getFilesFromShelveSet bool
return System