Assert Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- facts
- Term
S’applique à
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
Paramètres
- facts
- Term
- vocabularyLink
- VocabularyLink