Show / Hide Table of Contents

Class AppointmentMatrix.RecurrenceModification

Inheritance
Object
AppointmentMatrix.RecurrenceModification
Namespace: SuperOffice.CRM.Entities
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
Type Description
AppointmentMatrix.RecurrenceModification

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
Type Description
AppointmentMatrix.RecurrenceModification

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
Type Description
AppointmentMatrix.RecurrenceModification

None

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

Declaration
public const AppointmentMatrix.RecurrenceModification None
Field Value
Type Description
AppointmentMatrix.RecurrenceModification

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
Type Description
AppointmentMatrix.RecurrenceModification

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
Type Description
AppointmentMatrix.RecurrenceModification

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
Type Description
AppointmentMatrix.RecurrenceModification

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
Type Description
AppointmentMatrix.RecurrenceModification

value__

Declaration
public int value__
Field Value
Type Description
Int32

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top