C# 클래스 SourceControl.Tfs.Tfs

The implementation of the TFS class.
상속: ISourceControlSystem
파일 보기 프로젝트 열기: daptiv/Malevich 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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