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

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

Public Methods

Method Description
InSelection ( string path ) : bool
SelectPathByList ( ) : 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

SelectPathByList() public method

public SelectPathByList ( ) : System
return System