C# Class PlasticSCM.UpdateInfo

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
UpdateInfo ( int changeset, System.DateTime date, string owner, string path ) : System

Méthodes protégées

Méthode Description
Equals ( UpdateInfo other ) : bool

Method Details

Equals() protected méthode

protected Equals ( UpdateInfo other ) : bool
other UpdateInfo
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

UpdateInfo() public méthode

public UpdateInfo ( int changeset, System.DateTime date, string owner, string path ) : System
changeset int
date System.DateTime
owner string
path string
Résultat System