C# Class Spring.Aop.TrueTypeFilter

Inheritance: ITypeFilter, ISerializable
Afficher le fichier Open project: luizcarlosfaria/summer-net

Méthodes publiques

Свойство Type Description
True ITypeFilter

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

Matches() public méthode

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

ToString() public méthode

A System.String that represents the current Spring.Aop.ITypeFilter.
public ToString ( ) : string
Résultat string

Property Details

True public_oe static_oe property

Canonical Spring.Aop.ITypeFilter instance that matches all classes.
public static ITypeFilter True
Résultat ITypeFilter