C# Class SourceControl.Tfs.TfsServerBase

Provides base functionality for the source control and workitem TFS classes.
Afficher le fichier Open project: daptiv/Malevich

Méthodes publiques

Méthode 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 méthode

Connects to TFS.
public Connect ( ) : bool
Résultat bool

Disconnect() public méthode

Disconnects from TFS. Does nothing, really.
public Disconnect ( ) : void
Résultat void

TfsServerBase() public méthode

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
Résultat System