Built in trigger that signals a trigger condition when any of the inputs defined are triggered.
Namespace:
RightEdge.TriggersAssembly: Triggers (in Triggers.dll)
Version: 2008.1.0.0 (2008.1.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class OrTrigger : TriggerBase |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class OrTrigger _ Inherits TriggerBase |
| Visual C++ |
|---|
[SerializableAttribute] public ref class OrTrigger : public TriggerBase |
Remarks
See the end user guide for more information about building and evaulating triggers from code and
from drag and drop.