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

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

공개 메소드들

메소드 설명
GetOperation ( ) : string
StartWithRule ( ) : System
StartWithRule ( string propertyName, Type type, string 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

StartWithRule() 공개 메소드

public StartWithRule ( ) : System
리턴 System

StartWithRule() 공개 메소드

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