RetractByType 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
RetractByType(FactType) | |
RetractByType(FactType, VocabularyLink) |
RetractByType(FactType)
public:
RetractByType(Microsoft::RuleEngine::FactType ^ factType);
public RetractByType (Microsoft.RuleEngine.FactType factType);
new Microsoft.RuleEngine.RetractByType : Microsoft.RuleEngine.FactType -> Microsoft.RuleEngine.RetractByType
Parameters
- factType
- FactType
Applies to
RetractByType(FactType, VocabularyLink)
public:
RetractByType(Microsoft::RuleEngine::FactType ^ factType, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public RetractByType (Microsoft.RuleEngine.FactType factType, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.RetractByType : Microsoft.RuleEngine.FactType * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.RetractByType
Parameters
- factType
- FactType
- vocabularyLink
- VocabularyLink