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

A simple filter which matches classes that are assignable to a given type.
상속: AbstractLoadTypeFilter
파일 보기 프로젝트 열기: spring-projects/spring-net-codeconfig

공개 메소드들

메소드 설명
AssignableTypeFilter ( string expression ) : System

Create a Type Filter with required type

Match ( Type type ) : bool

Determine a match based on the given type object.

메소드 상세

AssignableTypeFilter() 공개 메소드

Create a Type Filter with required type
public AssignableTypeFilter ( string expression ) : System
expression string type name including assembly name
리턴 System

Match() 공개 메소드

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