C# Class Spring.Context.Attributes.TypeFilters.AttributeTypeFilter

A simple filter which matches classes with a given attribute, checking inherited annotations as well.
Inheritance: AbstractLoadTypeFilter
Mostra file Open project: zhangzihan/nactivity

Public Methods

Method Description
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.

Method Details

AttributeTypeFilter() public method

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

Match() public method

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

ToString() public method

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