Table of Contents

Class WorkingMemoryEventArgs

Namespace
NRules.Diagnostics
Assembly
NRules.dll

Information related to working memory events.

public class WorkingMemoryEventArgs : EventArgs
Inheritance
WorkingMemoryEventArgs
Inherited Members

Constructors

WorkingMemoryEventArgs(IFact)

Initializes a new instance of the WorkingMemoryEventArgs class.

public WorkingMemoryEventArgs(IFact fact)

Parameters

fact IFact

Fact related to the event.

Properties

Fact

Fact related to the event.

public IFact Fact { get; }

Property Value

IFact