Class AppointmentMatrix.RecurrenceModification
Inheritance
System.Object
AppointmentMatrix.RecurrenceModification
Assembly: SoDataBase.dll
Syntax
public sealed class RecurrenceModification : Enum
Fields
DeleteIncludingLast
The last appointment in the series is included in a delete and the end date of the
recurrence pattern needs to be modified.
Declaration
public const AppointmentMatrix.RecurrenceModification DeleteIncludingLast
Field Value
DeleteLeavingOnlyOneLeft
After the delete, there will only be one appointment left in the series.
This should no longer be a recurring appointment.
Declaration
public const AppointmentMatrix.RecurrenceModification DeleteLeavingOnlyOneLeft
Field Value
DeleteOnlyFirst
The first appointment in the series is deleted and not the rest. Start date needs to be modified.
Declaration
public const AppointmentMatrix.RecurrenceModification DeleteOnlyFirst
Field Value
None
There are no modifications to the recurrence rules (except for possible dates)
Declaration
public const AppointmentMatrix.RecurrenceModification None
Field Value
RecurrenceChangedInSeries
There is a modification on the recurrence pattern in the series with more than one appointments
Earlier in the series. This means a new recurrence rule id and a new recurrence pattern.
Declaration
public const AppointmentMatrix.RecurrenceModification RecurrenceChangedInSeries
Field Value
RecurrenceChangedOnSecond
There is a modification on the recurrence pattern on the second appointment in the series.
This means that the first appointment in the series is no longer recurring.
Declaration
public const AppointmentMatrix.RecurrenceModification RecurrenceChangedOnSecond
Field Value
StopRecurringInSeries
Stop recurring is carried out in the series with more than one appointment previously
in the series. The recurrence end date for these appointments needs to be modified.
Declaration
public const AppointmentMatrix.RecurrenceModification StopRecurringInSeries
Field Value
StopRecurringOnFirst
Stop recurrence is carried out on the first appointment in the series and the
current appointment is no longer recurring.
Declaration
public const AppointmentMatrix.RecurrenceModification StopRecurringOnFirst
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Extension Methods
EnumUtil.MapEnums<From, To>(From)