C# 클래스 Junior.Route.AutoRouting.ClassFilters.NameMatchesRegexPatternFilter

상속: IClassFilter
파일 보기 프로젝트 열기: nathan-alden/junior-route 1 사용 예제들

공개 메소드들

메소드 설명
MatchesAsync ( Type type ) : Task
NameMatchesRegexPatternFilter ( string pattern, RegexOptions options = RegexOptions.None ) : System

메소드 상세

MatchesAsync() 공개 메소드

public MatchesAsync ( Type type ) : Task
type System.Type
리턴 Task

NameMatchesRegexPatternFilter() 공개 메소드

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