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

A simple filter which matches classes with a given attribute, checking inherited annotations as well.
상속: AbstractLoadTypeFilter
파일 보기 프로젝트 열기: zhangzihan/nactivity

공개 메소드들

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

Creates a Type Filter with required type attribute

Match ( Type type ) : bool

Determine a match based on the given type object.

ToString ( ) : string

Returns a string that represents the current object.

메소드 상세

AttributeTypeFilter() 공개 메소드

Creates a Type Filter with required type attribute
public AttributeTypeFilter ( string expression ) : System
expression string
리턴 System

Match() 공개 메소드

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

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string