C# 클래스 Spring.Context.Attributes.TypeFilters.RegexPatternTypeFilter

A simple filter for matching a fully-qualified class name with a regex
상속: ITypeFilter
파일 보기 프로젝트 열기: spring-projects/spring-net-codeconfig

공개 메소드들

메소드 설명
Match ( Type type ) : bool

Determine a match based on the given type object.

RegexPatternTypeFilter ( string pattern ) : System

Creates a type filter with provided pattern

메소드 상세

Match() 공개 메소드

Determine a match based on the given type object.
public Match ( Type type ) : bool
type System.Type Type to compare against
리턴 bool

RegexPatternTypeFilter() 공개 메소드

Creates a type filter with provided pattern
public RegexPatternTypeFilter ( string pattern ) : System
pattern string Regex pattern
리턴 System