JAMS 6.x Help
TriggerEvent Class
Members 


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
TriggerEvent Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerEventFile)>
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerEventJob)>
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerEventSetup)>
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerEventVariable)>
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerEventMail)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerEventFile)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerEventJob)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerEventSetup)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerEventVariable)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerEventMail)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerEvent+actionData)>
Public MustInherit Class TriggerEvent 
   Inherits BasePublicObject
'Usage
 
Dim instance As TriggerEvent
[System.Runtime.Serialization.DataContract()]
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerEventFile)]
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerEventJob)]
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerEventSetup)]
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerEventVariable)]
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerEventMail)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerEventFile)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerEventJob)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerEventSetup)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerEventVariable)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerEventMail)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerEvent+actionData)]
public abstract class TriggerEvent : BasePublicObject 
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.TriggerEvent
         MVPSI.JAMS.TriggerEventFile
         MVPSI.JAMS.TriggerEventJob
         MVPSI.JAMS.TriggerEventMail
         MVPSI.JAMS.TriggerEventSetup
         MVPSI.JAMS.TriggerEventVariable

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

TriggerEvent Members
MVPSI.JAMS Namespace

Send Feedback