'Declaration Public Enum RecurrenceStateEnum Inherits System.Enum
public enum RecurrenceStateEnum : System.Enum
'Declaration Public Enum RecurrenceStateEnum Inherits System.Enum
public enum RecurrenceStateEnum : System.Enum
Member | Description |
---|---|
Exception | Represents a recurring appointment, which was changed and now doesn't satisfy the pattern of the recurring series. |
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. |
NotRecurring | Represents a standard (non-recurring) appointment. |
Occurrence | Represents one of recurring appointments whose pattern appointment is specified via the Appointment.Recurrence property. |
Removed | Represents a recurring appointment, which was deleted and now doesn't satisfy the pattern of the recurring series. |
System.Object
System.ValueType
System.Enum
C1.C1Schedule.RecurrenceStateEnum