C# Класс Spring.Context.Attributes.TypeFilters.AttributeTypeFilter

A simple filter which matches classes with a given attribute, checking inherited annotations as well.
Наследование: AbstractLoadTypeFilter
Показать файл Открыть проект

Открытые методы

Метод Описание
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