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

공개 메소드들

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