C# 클래스 GitCommands.GitRevision

상속: IGitItem
파일 보기 프로젝트 열기: gitextensions/gitextensions 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ParentGuids string[]
Sha1HashRegex System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
GitRevision ( GitModule aModule, string guid ) : System
HasParent ( ) : bool
IsArtificial ( ) : bool
IsArtificial ( string guid ) : bool
MatchesSearchString ( string searchString ) : bool
ToShortSha ( String sha ) : string
ToString ( ) : string

비공개 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

메소드 상세

GitRevision() 공개 메소드

public GitRevision ( GitModule aModule, string guid ) : System
aModule GitModule
guid string
리턴 System

HasParent() 공개 메소드

public HasParent ( ) : bool
리턴 bool

IsArtificial() 공개 메소드

public IsArtificial ( ) : bool
리턴 bool

IsArtificial() 공개 정적인 메소드

public static IsArtificial ( string guid ) : bool
guid string
리턴 bool

MatchesSearchString() 공개 메소드

public MatchesSearchString ( string searchString ) : bool
searchString string
리턴 bool

ToShortSha() 공개 정적인 메소드

public static ToShortSha ( String sha ) : string
sha String
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ParentGuids 공개적으로 프로퍼티

public string[] ParentGuids
리턴 string[]

Sha1HashRegex 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions Sha1HashRegex
리턴 System.Text.RegularExpressions.Regex