다음을 통해 공유


Update 생성자

정의

오버로드

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)

매개 변수

facts
Term

적용 대상

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

매개 변수

facts
Term
vocabularyLink
VocabularyLink

적용 대상