C# Class Bari.Core.Model.FilteredSourceSet

Base class for source set filtering
Inheritance: ISourceSet
Datei anzeigen Open project: vigoo/bari

Protected Methods

Method Description
FilterOut ( SuiteRelativePath path ) : bool

The filter function

FilteredSourceSet ( ISourceSet baseSourceSet ) : System.Collections.Generic

Method Details

FilterOut() protected abstract method

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

FilteredSourceSet() protected method

protected FilteredSourceSet ( ISourceSet baseSourceSet ) : System.Collections.Generic
baseSourceSet ISourceSet
return System.Collections.Generic