C# Class GitSharp.Core.RevWalk.Filter.NotRevFilter

Includes a commit only if the subfilter does not include the commit.
Inheritance: RevFilter
Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
NotRevFilter ( RevFilter one )

Method Details

Clone() public méthode

public Clone ( ) : RevFilter
Résultat RevFilter

ToString() public méthode

public ToString ( ) : string
Résultat string

create() public static méthode

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

include() public méthode

public include ( RevWalk walker, RevCommit c ) : bool
walker RevWalk
c RevCommit
Résultat bool

negate() public méthode

public negate ( ) : RevFilter
Résultat RevFilter