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

Abstract Type Filter that provides methods to load a required type from assembly.
Наследование: ITypeFilter
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
RequiredType System.Type

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

Метод Описание
Match ( Type type ) : bool

Determine a match based on the given type object.

Защищенные методы

Метод Описание
GetRequiredType ( string typeToLoad ) : void

Is loading a Type from a string passed to method in the form [Type.FullName], [Assembly.Name]

Описание методов

GetRequiredType() защищенный Метод

Is loading a Type from a string passed to method in the form [Type.FullName], [Assembly.Name]
protected GetRequiredType ( string typeToLoad ) : void
typeToLoad string
Результат void

Match() публичный абстрактный Метод

Determine a match based on the given type object.
public abstract Match ( Type type ) : bool
type System.Type
Результат bool

Описание свойств

RequiredType защищенное свойство

Required Type to compare against provided Type
protected Type,System RequiredType
Результат System.Type