C# 클래스 SourceControl.Tfs.TfsInterface

The TFS Source Control interface.
상속: TfsServerBase, ISourceControl
파일 보기 프로젝트 열기: daptiv/Malevich

공개 메소드들

메소드 설명
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