C# Class GitSharp.AbstractObject

Afficher le fichier Open project: stschake/GitSharp Class Usage Examples

Protected Properties

Свойство Type Description
_repo Repository

Méthodes publiques

Méthode Description
Diff ( AbstractObject other ) : Diff
Grep ( ) : System

Private Methods

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

Method Details

Diff() public méthode

public Diff ( AbstractObject other ) : Diff
other AbstractObject
Résultat Diff

Grep() public méthode

public Grep ( ) : System
Résultat System

Property Details

_repo protected_oe property

protected Repository,GitSharp _repo
Résultat Repository