C# Class GitCommands.GitRevision

Inheritance: IGitItem
Afficher le fichier Open project: gitextensions/gitextensions Class Usage Examples

Méthodes publiques

Свойство Type Description
ParentGuids string[]
Sha1HashRegex System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
GitRevision ( GitModule aModule, string guid ) : System
HasParent ( ) : bool
IsArtificial ( ) : bool
IsArtificial ( string guid ) : bool
MatchesSearchString ( string searchString ) : bool
ToShortSha ( String sha ) : string
ToString ( ) : string

Private Methods

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

GitRevision() public méthode

public GitRevision ( GitModule aModule, string guid ) : System
aModule GitModule
guid string
Résultat System

HasParent() public méthode

public HasParent ( ) : bool
Résultat bool

IsArtificial() public méthode

public IsArtificial ( ) : bool
Résultat bool

IsArtificial() public static méthode

public static IsArtificial ( string guid ) : bool
guid string
Résultat bool

MatchesSearchString() public méthode

public MatchesSearchString ( string searchString ) : bool
searchString string
Résultat bool

ToShortSha() public static méthode

public static ToShortSha ( String sha ) : string
sha String
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ParentGuids public_oe property

public string[] ParentGuids
Résultat string[]

Sha1HashRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions Sha1HashRegex
Résultat System.Text.RegularExpressions.Regex