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

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

Public Methods

Method Description
InSelection ( string path ) : bool

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