C# 클래스 VisualHg.VisualHgFileStatus

파일 보기 프로젝트 열기: HexWrench/VisualHG2015 1 사용 예제들

공개 메소드들

메소드 설명
IsNotAdded ( string fileName ) : bool
IsPending ( string fileName ) : bool
Matches ( HgFileStatus status, HgFileStatus pattern ) : bool
Matches ( string fileName, HgFileStatus pattern ) : bool

메소드 상세

IsNotAdded() 공개 정적인 메소드

public static IsNotAdded ( string fileName ) : bool
fileName string
리턴 bool

IsPending() 공개 정적인 메소드

public static IsPending ( string fileName ) : bool
fileName string
리턴 bool

Matches() 공개 정적인 메소드

public static Matches ( HgFileStatus status, HgFileStatus pattern ) : bool
status HgFileStatus
pattern HgFileStatus
리턴 bool

Matches() 공개 정적인 메소드

public static Matches ( string fileName, HgFileStatus pattern ) : bool
fileName string
pattern HgFileStatus
리턴 bool