C# Класс SourceControl.Perforce

The implementation of the perforce class.
Наследование: ISourceControlSystem
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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