C# Класс SourceControl.Tfs.Tfs

The implementation of the TFS class.
Наследование: ISourceControlSystem
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
GetFilesFromShelveSet bool
Passwd string
Server string
User string
Workspace string
WorkspaceOwner string

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Tfs ( string server, string workspace, string workspaceOwner, string user, string passwd, bool getFilesFromShelveSet ) : System

Trivial constructor.

Описание методов

Tfs() публичный Метод

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
Результат System

Описание свойств

GetFilesFromShelveSet публичное свойство

If true, the file data comes from the shelveset, otherwise it comes from a local hard drive.
public bool GetFilesFromShelveSet
Результат bool

Passwd публичное свойство

TFS password. Can be null.
public string Passwd
Результат string

Server публичное свойство

The endpoint of the TFS server.
public string Server
Результат string

User публичное свойство

TFS user name. Can be prefixed by a domain (DOMAIN\user). Can be null.
public string User
Результат string

Workspace публичное свойство

The workspace.
public string Workspace
Результат string

WorkspaceOwner публичное свойство

The workspace owner. Can be prefixed by a domain (DOMAIN\user). If null, defaults to current user.
public string WorkspaceOwner
Результат string