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

Inheritance: IClassFilter
Afficher le fichier Open project: nathan-alden/junior-route Class Usage Examples

Méthodes publiques

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

Method Details

MatchesAsync() public méthode

public MatchesAsync ( Type type ) : Task
type System.Type
Résultat Task

NameMatchesRegexPatternFilter() public méthode

public NameMatchesRegexPatternFilter ( string pattern, RegexOptions options = RegexOptions.None ) : System
pattern string
options RegexOptions
Résultat System