| RecurrenceTrigger Class |
Namespace: PIX.QMSAPI.DataObjects.Triggers
The RecurrenceTrigger type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Continuous |
Used for triggers executing continuously.
| |
| Daily |
Used for triggers executing every day.
| |
| Enabled |
A flag indicating whether the trigger is enabled or not.
(Inherited from Trigger.) | |
| ExpireAt |
Specifies when the trigger expires.
| |
| Hourly |
Used for triggers executing every hour.
| |
| ID |
The ID of the trigger.
(Inherited from Trigger.) | |
| MaxOccurrences |
Specifies how many times the trigger should execute.
| |
| Monthly |
Used for triggers executing every month.
| |
| StartAt |
When to start the trigger.
(Inherited from ScheduleTrigger.) | |
| Type |
The type of the trigger.
(Overrides TriggerType.) | |
| Weekly |
Used for triggers executing every week.
|