Determines the type of the Appointment object.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public enum RecurrenceStateEnum |
| Visual Basic (Declaration) |
|---|
Public Enumeration RecurrenceStateEnum |
Members
| Member name | Description | |
|---|---|---|
| NotRecurring | Represents a standard (non-recurring) appointment. | |
| Master | Represents the appointment which serves as the pattern for the other recurring appointments. The pattern for recurring appointments is specified via the Appointment.Recurrence property. | |
| Occurrence | Represents one of recurring appointments whose pattern appointment is specified via the Appointment.Recurrence property. | |
| Exception | Represents a recurring appointment, which was changed and now doesn't satisfy the pattern of the recurring series. | |
| Removed | Represents a recurring appointment, which was deleted and now doesn't satisfy the pattern of the recurring series. |