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.
|
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 |