C# 클래스 GitSharp.Core.RevWalk.Filter.NotRevFilter

Includes a commit only if the subfilter does not include the commit.
상속: RevFilter
파일 보기 프로젝트 열기: jagregory/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : RevFilter
ToString ( ) : string
create ( RevFilter a ) : RevFilter

Create a filter that negates the result of another filter.

include ( RevWalk walker, RevCommit c ) : bool
negate ( ) : RevFilter

비공개 메소드들

메소드 설명
NotRevFilter ( RevFilter one )

메소드 상세

Clone() 공개 메소드

public Clone ( ) : RevFilter
리턴 RevFilter

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

create() 공개 정적인 메소드

Create a filter that negates the result of another filter.
public static create ( RevFilter a ) : RevFilter
a RevFilter Filter to negate.
리턴 RevFilter

include() 공개 메소드

public include ( RevWalk walker, RevCommit c ) : bool
walker RevWalk
c RevCommit
리턴 bool

negate() 공개 메소드

public negate ( ) : RevFilter
리턴 RevFilter