C# Класс Spring.Core.MethodReturnTypeCriteria

Criteria that is satisfied if the return System.Type of a given System.Reflection.MethodInfo matches a given System.Type.
Наследование: ICriteria
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsSatisfied ( object datum ) : bool

Does the supplied datum satisfy the criteria encapsulated by this instance?

MethodReturnTypeCriteria ( ) : System

Creates a new instance of the MethodReturnTypeCriteria class.

MethodReturnTypeCriteria ( Type type ) : System

Creates a new instance of the MethodReturnTypeCriteria class.

Описание методов

IsSatisfied() публичный Метод

Does the supplied datum satisfy the criteria encapsulated by this instance?
public IsSatisfied ( object datum ) : bool
datum object The datum to be checked by this criteria instance.
Результат bool

MethodReturnTypeCriteria() публичный Метод

Creates a new instance of the MethodReturnTypeCriteria class.
public MethodReturnTypeCriteria ( ) : System
Результат System

MethodReturnTypeCriteria() публичный Метод

Creates a new instance of the MethodReturnTypeCriteria class.
public MethodReturnTypeCriteria ( Type type ) : System
type System.Type /// The that the return type of a given /// must match in order to satisfy /// this criteria. ///
Результат System