C# Class PlasticSCM.LinkInfo

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
LinkInfo ( long id, System.DateTime date, string owner, string type, long sourceId, string sourceComment, System.DateTime sourceDate, string sourceOwner, long sourceRepositoryId, string sourceServer, long destinationId, string destinationComment, System.DateTime destinationDate, string destinationOwner, long destinationRepositoryId, string destinationServer ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( LinkInfo other ) : bool

Method Details

Equals() protected méthode

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

LinkInfo() public méthode

public LinkInfo ( long id, System.DateTime date, string owner, string type, long sourceId, string sourceComment, System.DateTime sourceDate, string sourceOwner, long sourceRepositoryId, string sourceServer, long destinationId, string destinationComment, System.DateTime destinationDate, string destinationOwner, long destinationRepositoryId, string destinationServer ) : System
id long
date System.DateTime
owner string
type string
sourceId long
sourceComment string
sourceDate System.DateTime
sourceOwner string
sourceRepositoryId long
sourceServer string
destinationId long
destinationComment string
destinationDate System.DateTime
destinationOwner string
destinationRepositoryId long
destinationServer string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string