Update Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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)
Parámetros
- facts
- Term
Se aplica a
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
Parámetros
- facts
- Term
- vocabularyLink
- VocabularyLink