C# Class PlasticSCM.ReplicationSourceInfo

Afficher le fichier Open project: powercode/PSPlastic Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( ReplicationSourceInfo other ) : bool

Method Details

Equals() protected méthode

protected Equals ( ReplicationSourceInfo other ) : bool
other ReplicationSourceInfo
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ReplicationSourceInfo() public méthode

public ReplicationSourceInfo ( long id, string server, string repositoryName, System.Guid guid ) : System
id long
server string
repositoryName string
guid System.Guid
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string