C# Class SourceControl.SourceControlSettings

Settings for the source control system.
Datei anzeigen Open project: daptiv/Malevich Class Usage Examples

Public Properties

Property Type Description
Client string
ClientExe string
ClientOwner string
Diff DiffSource
Password string
Port string
Proxy string
User string

Property Details

Client public_oe property

Client/workspace - source control specific string that identifies the local client. This cannot be null.
public string Client
return string

ClientExe public_oe property

Client executable. This can be null if executable is not used to connect to source control (e.g. TFS).
public string ClientExe
return string

ClientOwner public_oe property

Client/workspace owner. If the workspace is owned by another account (shared workspaces) this should be specified.
public string ClientOwner
return string

Diff public_oe property

Where is the changed file coming from?
public DiffSource Diff
return DiffSource

Password public_oe property

The password. Can be null if Windows auth is used for source control.
public string Password
return string

Port public_oe property

Source control server endpoint - whatever it is that uniquely identifies the server. This string is source control-type specific. This cannot be null.
public string Port
return string

Proxy public_oe property

Proxy server for the source control, if any. Null if none.
public string Proxy
return string

User public_oe property

User name for the source control system. Can be null if Windows auth is used for source control.
public string User
return string