C# 클래스 SourceControl.Tfs.TfsServerBase

Provides base functionality for the source control and workitem TFS classes.
파일 보기 프로젝트 열기: daptiv/Malevich

공개 메소드들

메소드 설명
Connect ( ) : bool

Connects to TFS.

Disconnect ( ) : void

Disconnects from TFS. Does nothing, really.

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

Trivial constructor.

메소드 상세

Connect() 공개 메소드

Connects to TFS.
public Connect ( ) : bool
리턴 bool

Disconnect() 공개 메소드

Disconnects from TFS. Does nothing, really.
public Disconnect ( ) : void
리턴 void

TfsServerBase() 공개 메소드

Trivial constructor.
public TfsServerBase ( string server, string workspace, string workspaceOwner, string user, string passwd, bool getFilesFromShelveSet ) : System
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
리턴 System