C# Class Git.Core.BlobTreeEntry

Inheritance: TreeEntry
Afficher le fichier Open project: igorgue/git-sharp

Méthodes publiques

Méthode Description
BlobTreeEntry ( Tree myParent, SHA1 objId, string objName, bool exec ) : System
IsExecutable ( ) : bool
SetExecutable ( bool setExec ) : void
ToString ( ) : string

Method Details

BlobTreeEntry() public méthode

public BlobTreeEntry ( Tree myParent, SHA1 objId, string objName, bool exec ) : System
myParent Tree
objId SHA1
objName string
exec bool
Résultat System

IsExecutable() public méthode

public IsExecutable ( ) : bool
Résultat bool

SetExecutable() public méthode

public SetExecutable ( bool setExec ) : void
setExec bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string