C# Class PlasticSCM.ShelveInfo

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ShelveInfo ( long id, long shelveId, string comment, System.DateTime date, string owner, string repositoryName, string server, long parent, System.Guid guid ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( ShelveInfo other ) : bool

Method Details

Equals() protected méthode

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

ShelveInfo() public méthode

public ShelveInfo ( long id, long shelveId, string comment, System.DateTime date, string owner, string repositoryName, string server, long parent, System.Guid guid ) : System
id long
shelveId long
comment string
date System.DateTime
owner string
repositoryName string
server string
parent long
guid System.Guid
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string