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

Abstract Type Filter that provides methods to load a required type from assembly.
Inheritance: ITypeFilter
Afficher le fichier Open project: spring-projects/spring-net-codeconfig

Protected Properties

Свойство Type Description
RequiredType System.Type

Méthodes publiques

Méthode Description
Match ( Type type ) : bool

Determine a match based on the given type object.

Méthodes protégées

Méthode Description
GetRequiredType ( string typeToLoad ) : void

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

Method Details

GetRequiredType() protected méthode

Is loading a Type from a string passed to method in the form [Type.FullName], [Assembly.Name]
protected GetRequiredType ( string typeToLoad ) : void
typeToLoad string
Résultat void

Match() public abstract méthode

Determine a match based on the given type object.
public abstract Match ( Type type ) : bool
type System.Type
Résultat bool

Property Details

RequiredType protected_oe property

Required Type to compare against provided Type
protected Type,System RequiredType
Résultat System.Type