C# 클래스 Yea.Infrastructure.Rule.AndRule

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

공개 메소드들

메소드 설명
AndRule ( IRule ruleLeft, IRule ruleRigth )
Evaluate ( object instance ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
AndRule ( )

메소드 상세

AndRule() 보호된 메소드

protected AndRule ( )

AndRule() 공개 메소드

public AndRule ( IRule ruleLeft, IRule ruleRigth )
ruleLeft IRule
ruleRigth IRule

Evaluate() 공개 메소드

public Evaluate ( object instance ) : bool
instance object
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string