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

The TFS Source Control interface.
Наследование: TfsServerBase, ISourceControl
Показать файл Открыть проект

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

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

Factory for the TFS connector instances.

Приватные методы

Метод Описание
ISourceControl ( string changeId, bool includeBranchedFiles ) : Change

Gets the change from the shelveset. Returns null if any error occurs, or the change is not pending.

ISourceControl ( ) : bool

Connects to TFS.

ISourceControl ( string name, int revision, System.DateTime &timeStamp ) : string

Reads a file from the source control system.

ISourceControl ( ) : void

Disconnects from TFS.

IsTextEncoding ( int encoding ) : bool

Returns if the encoding type is text.

TfsInterface ( string server, string workspace, string workspaceOwner, string user, string passwd, bool getFilesFromShelveSet ) : System

Trivial constructor.

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

GetInstance() публичный статический Метод

Factory for the TFS connector instances.
public static GetInstance ( string server, string workspace, string workspaceOwner, string user, string passwd, bool getFilesFromShelveSet ) : TfsInterface
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 If true, the file versions are coming from shelvesets, /// otherwise - from local disk.
Результат TfsInterface