RuleEngine Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- ruleSet
- RuleSet
Applies to
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
Parameters
- ruleSet
- RuleSet
- doOptimizations
- Boolean