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

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

ContainsRule() 공개 메소드

public ContainsRule ( ) : System
리턴 System

ContainsRule() 공개 메소드

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

EvaluateInternal() 보호된 메소드

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

GetOperation() 공개 메소드

public GetOperation ( ) : string
리턴 string