C# 클래스 ICSharpCode.Core.OwnerStateConditionEvaluator

Condition evaluator that compares the state of the caller/owner with a specified value. The caller/owner has to implement IOwnerState.
상속: IConditionEvaluator
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
IsValid ( object caller, Condition condition ) : bool

메소드 상세

IsValid() 공개 메소드

public IsValid ( object caller, Condition condition ) : bool
caller object
condition Condition
리턴 bool