C# Class PlasticSCM.RepositoryInfo

Exibir arquivo Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RepositoryInfo ( string info ) : System
ToString ( ) : string

Protected Methods

Method Description
Equals ( RepositoryInfo other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

RepositoryInfo() public method

public RepositoryInfo ( string info ) : System
info string
return System

ToString() public method

public ToString ( ) : string
return string