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

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

Méthodes publiques

Méthode Description
HasNamespaceAncestorFilter ( string @namespace ) : System
MatchesAsync ( Type type ) : Task

Method Details

HasNamespaceAncestorFilter() public méthode

public HasNamespaceAncestorFilter ( string @namespace ) : System
@namespace string
Résultat System

MatchesAsync() public méthode

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