Update 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
Update(Term) | |
Update(Term, VocabularyLink) |
Update(Term)
public:
Update(Microsoft::RuleEngine::Term ^ facts);
public Update (Microsoft.RuleEngine.Term facts);
new Microsoft.RuleEngine.Update : Microsoft.RuleEngine.Term -> Microsoft.RuleEngine.Update
Public Sub New (facts As Term)
Parameters
- facts
- Term
Applies to
Update(Term, VocabularyLink)
public:
Update(Microsoft::RuleEngine::Term ^ facts, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public Update (Microsoft.RuleEngine.Term facts, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.Update : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.Update
Parameters
- facts
- Term
- vocabularyLink
- VocabularyLink