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