Table of Contents

Class AgendaEventArgs

Namespace
NRules.Diagnostics
Assembly
NRules.dll

Information related to agenda events.

public class AgendaEventArgs : EventArgs
Inheritance
AgendaEventArgs
Inherited Members

Constructors

AgendaEventArgs(IMatch)

Initializes a new instance of the AgendaEventArgs class.

public AgendaEventArgs(IMatch match)

Parameters

match IMatch

Rule match related to the event.

Properties

Facts

Facts related to the event.

public IEnumerable<IFactMatch> Facts { get; }

Property Value

IEnumerable<IFactMatch>

Match

Rule match related to the event.

public IMatch Match { get; }

Property Value

IMatch

Rule

Rule related to the event.

public IRuleDefinition Rule { get; }

Property Value

IRuleDefinition