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
Datei anzeigen Open project: igorgue/git-sharp Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetGitType ( ) : string

Blob or Tree?

Method Details

IsTree() public method

public IsTree ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

TreeEntry() public method

public TreeEntry ( byte mode, string name, SHA1 id ) : System
mode byte
name string
id SHA1
return System