Click or drag to resize
IActivationTInstance, TReason Interface
Item in agenda to be executed

Namespace: FlexRule.Validation.Agenda.Activations
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IActivation<out TInstance, out TReason>
where TInstance : IAgendaTarget

Type Parameters

TInstance
TReason

The IActivationTInstance, TReason type exposes the following members.

Properties
  NameDescription
Public propertyInstance
Public propertyReason
Reason the activation is created. Usually is the match that met the criteria. i.e. in inference engine this would be token that holds to a working element memory.
Top
See Also