C# Class PlasticSCM.ReplicationSourceInfo

Exibir arquivo Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ReplicationSourceInfo ( long id, string server, string repositoryName, System.Guid guid ) : System
ToString ( ) : string

Protected Methods

Method Description
Equals ( ReplicationSourceInfo other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ReplicationSourceInfo() public method

public ReplicationSourceInfo ( long id, string server, string repositoryName, System.Guid guid ) : System
id long
server string
repositoryName string
guid System.Guid
return System

ToString() public method

public ToString ( ) : string
return string