C# Class SourceControl.Tfs.Tfs

The implementation of the TFS class.
Inheritance: ISourceControlSystem
Mostra file Open project: daptiv/Malevich Class Usage Examples

Public Properties

Property Type Description
GetFilesFromShelveSet bool
Passwd string
Server string
User string
Workspace string
WorkspaceOwner string

Private Properties

Property Type Description

Public Methods

Method Description
Tfs ( string server, string workspace, string workspaceOwner, string user, string passwd, bool getFilesFromShelveSet ) : System

Trivial constructor.

Method Details

Tfs() public method

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

Property Details

GetFilesFromShelveSet public_oe property

If true, the file data comes from the shelveset, otherwise it comes from a local hard drive.
public bool GetFilesFromShelveSet
return bool

Passwd public_oe property

TFS password. Can be null.
public string Passwd
return string

Server public_oe property

The endpoint of the TFS server.
public string Server
return string

User public_oe property

TFS user name. Can be prefixed by a domain (DOMAIN\user). Can be null.
public string User
return string

Workspace public_oe property

The workspace.
public string Workspace
return string

WorkspaceOwner public_oe property

The workspace owner. Can be prefixed by a domain (DOMAIN\user). If null, defaults to current user.
public string WorkspaceOwner
return string