C# 클래스 Yea.Infrastructure.Rule.Rules.LessThanEqualsRule

상속: AbstractRule
파일 보기 프로젝트 열기: OxPatient/Rule-Engine

공개 메소드들

메소드 설명
GetOperation ( ) : string
LessThanEqualsRule ( ) : System
LessThanEqualsRule ( string propertyName, Type type, object value ) : System

보호된 메소드들

메소드 설명
EvaluateInternal ( object propValue, object expectedValue ) : bool

메소드 상세

EvaluateInternal() 보호된 메소드

protected EvaluateInternal ( object propValue, object expectedValue ) : bool
propValue object
expectedValue object
리턴 bool

GetOperation() 공개 메소드

public GetOperation ( ) : string
리턴 string

LessThanEqualsRule() 공개 메소드

public LessThanEqualsRule ( ) : System
리턴 System

LessThanEqualsRule() 공개 메소드

public LessThanEqualsRule ( string propertyName, Type type, object value ) : System
propertyName string
type System.Type
value object
리턴 System