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
IMatchRule match related to the event.
Properties
Facts
Facts related to the event.
public IEnumerable<IFactMatch> Facts { get; }
Property Value
Match
Rule match related to the event.
public IMatch Match { get; }
Property Value
Rule
Rule related to the event.
public IRuleDefinition Rule { get; }