C# Class Junior.Route.AutoRouting.ClassFilters.NameMatchesRegexPatternFilter

Inheritance: IClassFilter
Show file Open project: nathan-alden/junior-route Class Usage Examples

Public Methods

Method Description
MatchesAsync ( Type type ) : Task
NameMatchesRegexPatternFilter ( string pattern, RegexOptions options = RegexOptions.None ) : System

Method Details

MatchesAsync() public method

public MatchesAsync ( Type type ) : Task
type System.Type
return Task

NameMatchesRegexPatternFilter() public method

public NameMatchesRegexPatternFilter ( string pattern, RegexOptions options = RegexOptions.None ) : System
pattern string
options RegexOptions
return System