C# Class Bari.Core.Model.FilteredSourceSet

Base class for source set filtering
Inheritance: ISourceSet
Afficher le fichier Open project: vigoo/bari

Méthodes protégées

Méthode Description
FilterOut ( SuiteRelativePath path ) : bool

The filter function

FilteredSourceSet ( ISourceSet baseSourceSet ) : System.Collections.Generic

Method Details

FilterOut() protected abstract méthode

The filter function
protected abstract FilterOut ( SuiteRelativePath path ) : bool
path SuiteRelativePath Path to the file in the source set
Résultat bool

FilteredSourceSet() protected méthode

protected FilteredSourceSet ( ISourceSet baseSourceSet ) : System.Collections.Generic
baseSourceSet ISourceSet
Résultat System.Collections.Generic