Interface IFactResult
- Namespace
- NRules
- Assembly
- NRules.dll
Result of an operation on a set of facts.
public interface IFactResult
Properties
Failed
Facts on which the operation failed.
IEnumerable<object> Failed { get; }
Property Value
FailedCount
Number of facts on which the operation failed.
int FailedCount { get; }