menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentMapping - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AppointmentMapping

    Represents a schedule appointment mapping with custom appointment.

    Inheritance
    System.Object
    AppointmentMapping
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class AppointmentMapping : Object

    Constructors

    AppointmentMapping()

    Declaration
    public AppointmentMapping()

    Properties

    AppointmentBackground

    Gets or sets which maps the property name of a custom class, which is equivalent to the AppointmentBackground of ScheduleAppointment.

    Declaration
    public string AppointmentBackground { get; set; }
    Property Value
    Type
    System.String

    EndTime

    Gets or sets which maps the property name of a custom class, which is equivalent to the EndTime of ScheduleAppointment.

    Declaration
    public string EndTime { get; set; }
    Property Value
    Type
    System.String

    EndTimeZone

    Gets or sets which maps the property name of a custom class, which is equivalent to the EndTimeZone of ScheduleAppointment.

    Declaration
    public string EndTimeZone { get; set; }
    Property Value
    Type
    System.String

    ExceptionOccurrenceActualDate

    Gets or sets the ExceptionOccurrenceActualDate property for mapping to the schedule appointment

    Declaration
    public string ExceptionOccurrenceActualDate { get; set; }
    Property Value
    Type
    System.String

    Id

    Gets or sets which maps the property name of a custom class, which is equivalent to the Id of ScheduleAppointment.

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    System.String
    See Also
    Id

    IsAllDay

    Gets or sets which maps the property name of a custom class, which is equivalent to the IsAllDay of ScheduleAppointment.

    Declaration
    public string IsAllDay { get; set; }
    Property Value
    Type
    System.String

    Location

    Gets or sets which maps the property name of a custom class, which is equivalent to the Location of ScheduleAppointment.

    Declaration
    public string Location { get; set; }
    Property Value
    Type
    System.String

    MinHeight

    Gets or sets which maps the property name of a custom class, which is equivalent to the MinHeight of ScheduleAppointment.

    Declaration
    public string MinHeight { get; set; }
    Property Value
    Type
    System.String

    Notes

    Gets or sets which maps the property name of a custom class, which is equivalent to the Notes of ScheduleAppointment.

    Declaration
    public string Notes { get; set; }
    Property Value
    Type
    System.String

    RecurrenceExceptionDates

    Gets or sets which maps the property name of a custom class, which is equivalent to the RecurrenceExceptionDates of ScheduleAppointment.

    Declaration
    public string RecurrenceExceptionDates { get; set; }
    Property Value
    Type
    System.String

    RecurrenceId

    Gets or sets which maps the property name of a custom class, which is equivalent to the RecurrenceId of ScheduleAppointment.

    Declaration
    public string RecurrenceId { get; set; }
    Property Value
    Type
    System.String

    RecurrenceProperties

    Gets or sets the RecurrenceProperties property for mapping to the schedule appointment.

    Declaration
    public string RecurrenceProperties { get; set; }
    Property Value
    Type
    System.String

    RecurrenceRule

    Gets or sets which maps the property name of a custom class, which is equivalent to the RecurrenceRule of ScheduleAppointment.

    Declaration
    public string RecurrenceRule { get; set; }
    Property Value
    Type
    System.String

    StartTime

    Gets or sets which maps the property name of a custom class, which is equivalent to the StartTime of ScheduleAppointment.

    Declaration
    public string StartTime { get; set; }
    Property Value
    Type
    System.String

    StartTimeZone

    Gets or sets which maps the property name of a custom class, which is equivalent to the StartTimeZone of ScheduleAppointment.

    Declaration
    public string StartTimeZone { get; set; }
    Property Value
    Type
    System.String

    Subject

    Gets or sets which maps the property name of a custom class, which is equivalent to the Subject of ScheduleAppointment.

    Declaration
    public string Subject { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved