C# 클래스 Spring.Aop.TrueTypeFilter

상속: ITypeFilter, ISerializable
파일 보기 프로젝트 열기: luizcarlosfaria/summer-net

공개 프로퍼티들

프로퍼티 타입 설명
True ITypeFilter

공개 메소드들

메소드 설명
Matches ( Type type ) : bool

Should the pointcut apply to the supplied System.Type?

ToString ( ) : string

A System.String that represents the current Spring.Aop.ITypeFilter.

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TrueTypeFilter ( ) : System

Creates a new instance of the TrueTypeFilter class.

This is a utility class, and as such has no publicly visible constructors.

메소드 상세

Matches() 공개 메소드

Should the pointcut apply to the supplied System.Type?
public Matches ( Type type ) : bool
type Type /// The candidate . ///
리턴 bool

ToString() 공개 메소드

A System.String that represents the current Spring.Aop.ITypeFilter.
public ToString ( ) : string
리턴 string

프로퍼티 상세

True 공개적으로 정적으로 프로퍼티

Canonical Spring.Aop.ITypeFilter instance that matches all classes.
public static ITypeFilter True
리턴 ITypeFilter