C# Class Git.Core.TreeEntry

Every Tree has entries, which are more trees and blobs, this is a representation of a tree entry that can be another tree or a blob
Afficher le fichier Open project: igorgue/git-sharp Class Usage Examples

Méthodes publiques

Méthode Description
IsTree ( ) : bool
ToString ( ) : string
TreeEntry ( byte mode, string name, SHA1 id ) : System

Private Methods

Méthode Description
GetGitType ( ) : string

Blob or Tree?

Method Details

IsTree() public méthode

public IsTree ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

TreeEntry() public méthode

public TreeEntry ( byte mode, string name, SHA1 id ) : System
mode byte
name string
id SHA1
Résultat System