C# Class MSR.Data.Entities.Mapping.PathSelectors.SelectPathByExtension

Inheritance: IPathSelector
Datei anzeigen Open project: kirnosenko/msr-tools

Public Methods

Method Description
InSelection ( string path ) : bool
SelectPathByExtension ( ) : System

Protected Methods

Method Description
SelectMatchedPath ( ) : bool

Method Details

InSelection() public method

public InSelection ( string path ) : bool
path string
return bool

SelectMatchedPath() protected abstract method

protected abstract SelectMatchedPath ( ) : bool
return bool

SelectPathByExtension() public method

public SelectPathByExtension ( ) : System
return System