C# Class GitSharp.AbstractObject

Exibir arquivo Open project: stschake/GitSharp Class Usage Examples

Protected Properties

Property Type Description
_repo Repository

Public Methods

Method Description
Diff ( AbstractObject other ) : Diff
Grep ( ) : System

Private Methods

Method Description
AbstractObject ( Repository repo, GitSharp.Core.ObjectId id ) : System
AbstractObject ( Repository repo, string name ) : System

Method Details

Diff() public method

public Diff ( AbstractObject other ) : Diff
other AbstractObject
return Diff

Grep() public method

public Grep ( ) : System
return System

Property Details

_repo protected_oe property

protected Repository,GitSharp _repo
return Repository