C# Class SourceControl.Tfs.Tfs

The implementation of the TFS class.
Inheritance: ISourceControlSystem
Afficher le fichier Open project: daptiv/Malevich Class Usage Examples

Méthodes publiques

Свойство Type Description
GetFilesFromShelveSet bool
Passwd string
Server string
User string
Workspace string
WorkspaceOwner string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Tfs ( string server, string workspace, string workspaceOwner, string user, string passwd, bool getFilesFromShelveSet ) : System

Trivial constructor.

Method Details

Tfs() public méthode

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

Passwd public_oe property

TFS password. Can be null.
public string Passwd
Résultat string

Server public_oe property

The endpoint of the TFS server.
public string Server
Résultat string

User public_oe property

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

Workspace public_oe property

The workspace.
public string Workspace
Résultat 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
Résultat string