JAMS 6.x Help
Trigger Class
Members 


Object Model
Trigger Class
Syntax
'Declaration
 
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerAction)>
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerActionJob)>
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerActionSetup)>
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerEventJob)>
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerEventFile)>
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerEventMail)>
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerEventVariable)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerAction)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerActionJob)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerActionSetup)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerEventJob)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerEventFile)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerEventMail)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerEventVariable)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerAction+actionData)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerEvent+actionData)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerActionJob+jobData)>
<System.Runtime.Serialization.DataContractAttribute()>
Public NotInheritable Class Trigger 
   Inherits BasePublicObject
   Implements IChild 
'Usage
 
Dim instance As Trigger
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerAction)]
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerActionJob)]
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerActionSetup)]
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerEventJob)]
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerEventFile)]
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerEventMail)]
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerEventVariable)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerAction)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerActionJob)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerActionSetup)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerEventJob)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerEventFile)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerEventMail)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerEventVariable)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerAction+actionData)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerEvent+actionData)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerActionJob+jobData)]
[System.Runtime.Serialization.DataContract()]
public sealed class Trigger : BasePublicObject, IChild  
Remarks
A JAMS Trigger definition. Triggers are used to define event-based schedules. A Trigger consists of a list of Events and a list of Actions. When JAMS sees that all of a Trigger's Events are true it will perform the list of Trigger Actions.
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.Trigger

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

Trigger Members
MVPSI.JAMS Namespace