C# Класс Orchard.Widgets.RuleEngine.RuleManager

Наследование: IRuleManager
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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