JAMS 6.x Help
TriggerEventSetup Class
Members 


A TriggerEventSetup defines a Trigger Event which is based upon a Setup's completion and status since the last time the Trigger was reset.

TriggerEvents are defined as part of a JAMS Trigger. Triggers look for Events. When all of the Events for a Trigger are satisfied the Trigger fires the Actions which are also defined as part of the Trigger.

Object Model
TriggerEventSetup Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerEventSetup+setupData)>
Public Class TriggerEventSetup 
   Inherits TriggerEvent
'Usage
 
Dim instance As TriggerEventSetup
[System.Runtime.Serialization.DataContract()]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerEventSetup+setupData)]
public class TriggerEventSetup : TriggerEvent 
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.TriggerEvent
         MVPSI.JAMS.TriggerEventSetup

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TriggerEventSetup Members
MVPSI.JAMS Namespace

Send Feedback