C# Class VisualHg.VisualHgFileStatus

Afficher le fichier Open project: HexWrench/VisualHG2015 Class Usage Examples

Méthodes publiques

Méthode Description
IsNotAdded ( string fileName ) : bool
IsPending ( string fileName ) : bool
Matches ( HgFileStatus status, HgFileStatus pattern ) : bool
Matches ( string fileName, HgFileStatus pattern ) : bool

Method Details

IsNotAdded() public static méthode

public static IsNotAdded ( string fileName ) : bool
fileName string
Résultat bool

IsPending() public static méthode

public static IsPending ( string fileName ) : bool
fileName string
Résultat bool

Matches() public static méthode

public static Matches ( HgFileStatus status, HgFileStatus pattern ) : bool
status HgFileStatus
pattern HgFileStatus
Résultat bool

Matches() public static méthode

public static Matches ( string fileName, HgFileStatus pattern ) : bool
fileName string
pattern HgFileStatus
Résultat bool