C# 클래스 Orchard.Widgets.RuleEngine.RuleManager

상속: IRuleManager
파일 보기 프로젝트 열기: ucdavis/Orchard 1 사용 예제들

공개 메소드들

메소드 설명
Matches ( string expression ) : bool
RuleManager ( IEnumerable ruleProviders, IEnumerable evaluators ) : System.Collections.Generic

메소드 상세

Matches() 공개 메소드

public Matches ( string expression ) : bool
expression string
리턴 bool

RuleManager() 공개 메소드

public RuleManager ( IEnumerable ruleProviders, IEnumerable evaluators ) : System.Collections.Generic
ruleProviders IEnumerable
evaluators IEnumerable
리턴 System.Collections.Generic