C# Class PlasticSCM.ServerInfo

Datei anzeigen Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ServerInfo ( string server, string workingMode, ServerConnectionType connectionType ) : System
ServerInfo ( string server, string workingMode, ServerConnectionType connectionType, string nickName ) : System
ToString ( ) : string

Protected Methods

Method Description
Equals ( ServerInfo other ) : bool

Private Methods

Method Description
ObjectInvariant ( ) : void

Method Details

Equals() protected method

protected Equals ( ServerInfo other ) : bool
other ServerInfo
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ServerInfo() public method

public ServerInfo ( string server, string workingMode, ServerConnectionType connectionType ) : System
server string
workingMode string
connectionType ServerConnectionType
return System

ServerInfo() public method

public ServerInfo ( string server, string workingMode, ServerConnectionType connectionType, string nickName ) : System
server string
workingMode string
connectionType ServerConnectionType
nickName string
return System

ToString() public method

public ToString ( ) : string
return string