Assert Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
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)
Parametry
- facts
- Term
Platí pro
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
Parametry
- facts
- Term
- vocabularyLink
- VocabularyLink