C# Class SourceControl.SourceControlSettings

Settings for the source control system.
Show file 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 property

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

ClientExe public 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 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 property

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

Password public property

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

Port public 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 property

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

User public property

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