C# Класс Spring.Aop.TrueTypeFilter

Наследование: ITypeFilter, ISerializable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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