Determines the type of the Appointment object.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public enum RecurrenceStateEnum |
Visual Basic |
---|
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. |