Udostępnij za pośrednictwem


RuleEngine Konstruktory

Definicja

Przeciążenia

RuleEngine(RuleSet)
RuleEngine(RuleSet, Boolean)

RuleEngine(RuleSet)

public:
 RuleEngine(Microsoft::RuleEngine::RuleSet ^ ruleSet);
public RuleEngine (Microsoft.RuleEngine.RuleSet ruleSet);
new Microsoft.RuleEngine.RuleEngine : Microsoft.RuleEngine.RuleSet -> Microsoft.RuleEngine.RuleEngine

Parametry

ruleSet
RuleSet

Dotyczy

RuleEngine(RuleSet, Boolean)

public:
 RuleEngine(Microsoft::RuleEngine::RuleSet ^ ruleSet, bool doOptimizations);
public RuleEngine (Microsoft.RuleEngine.RuleSet ruleSet, bool doOptimizations);
new Microsoft.RuleEngine.RuleEngine : Microsoft.RuleEngine.RuleSet * bool -> Microsoft.RuleEngine.RuleEngine

Parametry

ruleSet
RuleSet
doOptimizations
Boolean

Dotyczy