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
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
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