| IActivationTInstance, TReason Interface |
Namespace: FlexRule.Validation.Agenda.Activations
public interface IActivation<out TInstance, out TReason> where TInstance : IAgendaTarget
The IActivationTInstance, TReason type exposes the following members.
| Name | Description | |
|---|---|---|
| Instance |
Logic instance that activates this item in IAgendaTInstance, TReason | |
| Reason |
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.
|