C# Class Git.Core.BlobTreeEntry

Inheritance: TreeEntry
Show file Open project: igorgue/git-sharp

Public Methods

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

Method Details

BlobTreeEntry() public method

public BlobTreeEntry ( Tree myParent, SHA1 objId, string objName, bool exec ) : System
myParent Tree
objId SHA1
objName string
exec bool
return System

IsExecutable() public method

public IsExecutable ( ) : bool
return bool

SetExecutable() public method

public SetExecutable ( bool setExec ) : void
setExec bool
return void

ToString() public method

public ToString ( ) : string
return string