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

Criteria that is satisfied if the Name property of an System.Reflection.MethodInfo instance matches a supplied regular expression pattern.
Наследование: RegularExpressionCriteria
Показать файл Открыть проект Примеры использования класса

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

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

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

RegularExpressionMethodNameCriteria ( ) : System.Reflection

Creates a new instance of the RegularExpressionMethodNameCriteria class.

RegularExpressionMethodNameCriteria ( string methodNamePattern ) : System.Reflection

Creates a new instance of the RegularExpressionMethodNameCriteria 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

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

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

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

Creates a new instance of the RegularExpressionMethodNameCriteria class.
public RegularExpressionMethodNameCriteria ( string methodNamePattern ) : System.Reflection
methodNamePattern string /// The pattern that names /// must match against in order to satisfy this criteria. ///
Результат System.Reflection