RecurrenceTrigger Class
Namespace: PIX.QMSAPI.DataObjects.Triggers
Assembly: PIX.dll
Assembly: PIX.dll
Represents a trigger, executing on a regular basis.
Inheritance
-
System.Object
-
Trigger
-
ScheduleTrigger
- RecurrenceTrigger
-
ScheduleTrigger
-
Trigger
Syntax
public class RecurrenceTrigger : ScheduleTrigger
Constructors
Properties
Name | Description |
---|---|
Continuous |
Used for triggers executing continuously. |
Daily |
Used for triggers executing every day. |
ExpireAt |
Specifies when the trigger expires. |
Hourly |
Used for triggers executing every hour. |
MaxOccurrences |
Specifies how many times the trigger should execute. |
Monthly |
Used for triggers executing every month. |
Type |
The type of the trigger. |
Weekly |
Used for triggers executing every week. |
Methods
Name | Description |
---|---|
Clone() | |
IsValid(List<String>) |
Extension Methods
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!