C# 클래스 GitSharp.AbstractObject

파일 보기 프로젝트 열기: stschake/GitSharp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_repo Repository

공개 메소드들

메소드 설명
Diff ( AbstractObject other ) : Diff
Grep ( ) : System

비공개 메소드들

메소드 설명
AbstractObject ( Repository repo, GitSharp.Core.ObjectId id ) : System
AbstractObject ( Repository repo, string name ) : System

메소드 상세

Diff() 공개 메소드

public Diff ( AbstractObject other ) : Diff
other AbstractObject
리턴 Diff

Grep() 공개 메소드

public Grep ( ) : System
리턴 System

프로퍼티 상세

_repo 보호되어 있는 프로퍼티

protected Repository,GitSharp _repo
리턴 Repository