C# Class Spring.Aop.TrueTypeFilter

Inheritance: ITypeFilter, ISerializable
Datei anzeigen Open project: luizcarlosfaria/summer-net

Public Properties

Property Type Description
True ITypeFilter

Public Methods

Method 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

Method 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 method

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

ToString() public method

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

Property Details

True public_oe static_oe property

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