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

Abstract Type Filter that provides methods to load a required type from assembly.
상속: ITypeFilter
파일 보기 프로젝트 열기: spring-projects/spring-net-codeconfig

보호된 프로퍼티들

프로퍼티 타입 설명
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