Show / Hide Table of Contents

Enum ModifiedAppointmentFields

Value for field 'modified_appointment_fields' in table 'appointment'. This Enum is used by: appointment.modified_appointment_fields This Enum consists of flag values that can be combined.

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum ModifiedAppointmentFields

Fields

Name Description
Date

1: The Date-field has been modified.

Location

4: The Location-field has been modified.

None

0: No modified fields.

Time

2: The Time-field has been modified.

Extension Methods

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