C# Class PlasticSCM.UnCheckoutInfo

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
UnCheckoutInfo ( string path ) : System

Méthodes protégées

Méthode Description
Equals ( UnCheckoutInfo other ) : bool

Private Methods

Méthode Description
UnCheckoutInfo ( string path, OperationStatus status ) : System

Method Details

Equals() protected méthode

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

UnCheckoutInfo() public méthode

public UnCheckoutInfo ( string path ) : System
path string
Résultat System