C# Class AdaptiveTriggerLibrary.Triggers.AdaptiveTriggerBase

Non-Generic base class for all adaptive triggers in the project.
Inheritance: StateTriggerBase, IAdaptiveTrigger
Mostra file Open project: Herdo/AdaptiveTriggerLibrary

Protected Methods

Method Description
AdaptiveTriggerBase ( ) : System

Initializes a new instance of the AdaptiveTriggerBase and registers the trigger to the TriggerManager, if it is set.

Method Details

AdaptiveTriggerBase() protected method

Initializes a new instance of the AdaptiveTriggerBase and registers the trigger to the TriggerManager, if it is set.
protected AdaptiveTriggerBase ( ) : System
return System