Show / Hide Table of Contents

Enum AppointmentMatrix.RecurrenceModification

Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public enum RecurrenceModification

Fields

Name Description
DeleteIncludingLast

The last appointment in the series is included in a delete and the end date of the recurrence pattern needs to be modified.

DeleteLeavingOnlyOneLeft

After the delete, there will only be one appointment left in the series.
This should no longer be a recurring appointment.

DeleteOnlyFirst

The first appointment in the series is deleted and not the rest. Start date needs to be modified.

None

There are no modifications to the recurrence rules (except for possible dates)

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.

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.

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.

StopRecurringOnFirst

Stop recurrence is carried out on the first appointment in the series and the current appointment is no longer recurring.

Extension Methods

EnumUtil.MapEnums<SuperOffice.CRM.Entities.AppointmentMatrix.RecurrenceModification, To>()
ObjectExtensions.AssignByReflection<AppointmentMatrix.RecurrenceModification>(AppointmentMatrix.RecurrenceModification)
ObjectExtensions.GraphCopy<AppointmentMatrix.RecurrenceModification>()
Converters.MapEnums<AppointmentMatrix.RecurrenceModification, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top