C# 클래스 SourceControl.Perforce

The implementation of the perforce class.
상속: ISourceControlSystem
파일 보기 프로젝트 열기: daptiv/Malevich

공개 프로퍼티들

프로퍼티 타입 설명
Client string
Passwd string
Port string
User string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Perforce ( string port, string client, string user, string passwd ) : System

Trivial constructor.

메소드 상세

Perforce() 공개 메소드

Trivial constructor.
public Perforce ( string port, string client, string user, string passwd ) : System
port string The endpoint of the source perforce server (servername:tcpport).
client string The name of the client.
user string Perforce user name, can be null.
passwd string Perforce password, can be null.
리턴 System

프로퍼티 상세

Client 공개적으로 프로퍼티

The client string.
public string Client
리턴 string

Passwd 공개적으로 프로퍼티

Perforce password. Can be null.
public string Passwd
리턴 string

Port 공개적으로 프로퍼티

The endpoint of the perforce server (servername:tcpport). The name (Port) is a bit misleading, but it is in keeping with the perforce terminology.
public string Port
리턴 string

User 공개적으로 프로퍼티

Perforce user name. Can be null.
public string User
리턴 string