Table of Contents

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

IEnumerable<object>

FailedCount

Number of facts on which the operation failed.

int FailedCount { get; }

Property Value

int