TypedDataRow.OnAssert(IRuleSetExecutor) Method
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.
public:
virtual bool OnAssert(Microsoft::RuleEngine::IRuleSetExecutor ^ executor);
public virtual bool OnAssert (Microsoft.RuleEngine.IRuleSetExecutor executor);
abstract member OnAssert : Microsoft.RuleEngine.IRuleSetExecutor -> bool
override this.OnAssert : Microsoft.RuleEngine.IRuleSetExecutor -> bool
Public Overridable Function OnAssert (executor As IRuleSetExecutor) As Boolean
Parameters
- executor
- IRuleSetExecutor
Returns
Implements
Microsoft.RuleEngine.ITypedFact.OnAssert(Microsoft.RuleEngine.IRuleSetExecutor)
Microsoft.RuleEngine.ITypedFact.OnAssert(Microsoft.RuleEngine.IRuleSetExecutor)