C# 클래스 HgLib.HgFileInfo

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

Private Properties

프로퍼티 타입 설명
InitializeFileProperties void

공개 메소드들

메소드 설명
FromHgOutput ( string root, string output ) : HgFileInfo
HgFileInfo ( string root, string name, char status ) : System
StatusMatches ( HgFileStatus pattern ) : bool
ToString ( ) : string

비공개 메소드들

메소드 설명
InitializeFileProperties ( string fileName ) : void

메소드 상세

FromHgOutput() 공개 정적인 메소드

public static FromHgOutput ( string root, string output ) : HgFileInfo
root string
output string
리턴 HgFileInfo

HgFileInfo() 공개 메소드

public HgFileInfo ( string root, string name, char status ) : System
root string
name string
status char
리턴 System

StatusMatches() 공개 메소드

public StatusMatches ( HgFileStatus pattern ) : bool
pattern HgFileStatus
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string