menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ScheduleAppointmentMapping

    The Schedule Appointment Mapping class is used to represent the mapping properties for Schedule Appointment.

    Inheritance
    System.Object
    ScheduleAppointmentMapping
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class ScheduleAppointmentMapping : BindableObject

    Constructors

    ScheduleAppointmentMapping()

    Initializes a new instance of the ScheduleAppointmentMapping class.

    Declaration
    public ScheduleAppointmentMapping()

    Fields

    ColorMappingProperty

    Gets or sets the Color Mapping to map the custom appointment property with schedule appointments color property. This is a bindable property.

    Declaration
    public static readonly BindableProperty ColorMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    EndTimePropertyMapping

    Gets and sets the End Time Mapping to map the custom appointment property with schedule appointments end time property. This is a bindable property.

    Declaration
    public static readonly BindableProperty EndTimePropertyMapping
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    EndTimeZoneMappingProperty

    Gets and sets the End Time Zone Mapping to map the custom property with schedule appointment end time zone property. This is a bindable property.

    Declaration
    public static readonly BindableProperty EndTimeZoneMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ExceptionOccurrenceActualDateMappingProperty

    Gets or sets the Exception Occurrence Actual Date property for Schedule Appointment Mapping. This is a bindable property.

    Declaration
    public static readonly BindableProperty ExceptionOccurrenceActualDateMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    IdMappingProperty

    Gets or sets the ID mapping to map the custom appointment property with schedule appointments ID property. This is a bindable property.

    Declaration
    public static readonly BindableProperty IdMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    IsAllDayMappingProperty

    Gets or sets the Is All Day Mapping to map the custom appointment property with schedule appointments IsAllDay property. This is a bindable property.

    Declaration
    public static readonly BindableProperty IsAllDayMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    IsRecursiveMappingProperty

    Gets or sets the Is Recursive Mapping to map the custom appointment property with schedule appointments Is Recursive property. This is a bindable property.

    Declaration
    public static readonly BindableProperty IsRecursiveMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    LocationMappingProperty

    Gets and sets the Location Mapping to map the custom property with schedule appointments location property. This is a bindable property.

    Declaration
    public static readonly BindableProperty LocationMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    MinHeightMappingProperty

    Gets and sets the Min Height Mapping to map the custom appointment property with schedule appointments Min Height property. This is a bindable property.

    Declaration
    public static readonly BindableProperty MinHeightMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    NotesMappingProperty

    Gets and sets the Notes Mapping to map the custom property with schedule appointments notes property. This is a bindable property.

    Declaration
    public static readonly BindableProperty NotesMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    RecurrenceExceptionDatesMappingProperty

    Gets or sets the Recurrence Exception Dates property for schedule appointment mapping. This is a bindable property.

    Declaration
    public static readonly BindableProperty RecurrenceExceptionDatesMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    RecurrenceIdMappingProperty

    Gets or sets the Recurrence ID mapping to map the custom appointment property with schedule appointments Recurrence ID property. This is a bindable property.

    Declaration
    public static readonly BindableProperty RecurrenceIdMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    RecurrenceRuleMappingProperty

    Gets or sets the Recurrence Rule Mapping to map the custom appointment property with schedule appointments Recurrence Rule property. This is a bindable property.

    Declaration
    public static readonly BindableProperty RecurrenceRuleMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ResourceIdsMappingProperty

    Gets or sets the resource ids mapping to map the custom appointment property with schedule appointments resource ids property. This is a bindable property.

    Declaration
    public static readonly BindableProperty ResourceIdsMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    StartTimePropertyMapping

    Gets and sets the Start Time Mapping to map the custom appointment property with schedule appointments start time property. This is a bindable property.

    Declaration
    public static readonly BindableProperty StartTimePropertyMapping
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    StartTimeZoneMappingProperty

    Gets and sets the Start Time Zone Mapping to map the custom appointment property with schedule appointment start time zone property. This is a bindable property.

    Declaration
    public static readonly BindableProperty StartTimeZoneMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    SubjectMappingProperty

    Gets or sets the Subject Mapping to map the custom property with schedule appointments subject property. This is a bindable property.

    Declaration
    public static readonly BindableProperty SubjectMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TextColorMappingProperty

    Gets or sets the TextColor Mapping to map the custom appointment property with schedule appointments text color property. This is a bindable property.

    Declaration
    public static readonly BindableProperty TextColorMappingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    ColorMapping

    Gets or sets the Color Mapping to map the custom appointment property with schedule appointments color property.

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

    This property takes the System.String value.

    EndTimeMapping

    Gets or sets the End Time Mapping to map the custom appointment property with schedule appointments end time property.

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

    This property takes the System.String value.

    EndTimeZoneMapping

    Gets or sets the End Time Zone Mapping to map the custom property with schedule appointments end time zone property.

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

    This property takes the System.String value.

    ExceptionOccurrenceActualDateMapping

    Gets or sets the Exception Occurrence Actual Date Mapping to map the custom appointment with schedule appointments Exception Occurrence Actual date property.

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

    This property takes the System.String value.

    IdMapping

    Gets or sets the mapping that binds the appointment's Id property to the data source field.

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

    IsAllDayMapping

    Gets or sets the Is All Day Mapping to map the custom appointment property with schedule appointments IsAllDay property.

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

    This property takes the System.String value.

    IsRecursiveMapping

    Gets or sets the Is Recursive Mapping to map the custom appointment property with schedule appointments Is Recursive property.

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

    This property takes the System.String value.

    LocationMapping

    Gets or sets the Location Mapping to map the custom property with schedule appointments location property.

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

    This property takes the System.String value.

    MinHeightMapping

    Gets or sets the Min Height Mapping to map the custom appointment property with schedule appointments Min Height property.

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

    The minimum height mapping.

    NotesMapping

    Gets or sets the Notes Mapping to map the custom property with schedule appointments notes property.

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

    This property takes the System.String value.

    RecurrenceExceptionDatesMapping

    Gets or sets the Recurrence Exception Dates Mapping to map the custom appointment property with the schedule appointments Recurrence Exception Dates property.

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

    This property takes the System.String value.

    RecurrenceIdMapping

    Gets or sets the Recurrence ID mapping to map the custom appointment property with schedule appointments Recurrence ID property.

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

    This property takes the System.String value.

    RecurrenceRuleMapping

    Gets or sets the Recurrence Rule Mapping to map the custom appointment property with schedule appointments Recurrence Rule property.

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

    This property takes the System.String value.

    ResourceIdsMapping

    Gets or sets the resource ids mapping to map the custom appointment property with schedule appointments resource ids property.

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

    StartTimeMapping

    Gets or sets and sets the Start Time Mapping to map the custom appointment property with schedule appointments start time property.

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

    This property takes the System.String value.

    StartTimeZoneMapping

    Gets or sets the Start Time Zone Mapping to map the custom appointment property with schedule appointments start time zone property.

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

    This property takes the System.String value.

    SubjectMapping

    Gets or sets the Subject Mapping to map the custom property with schedule appointments subject property.

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

    This property takes the System.String value.

    TextColorMapping

    Gets or sets the TextColor Mapping to map the custom appointment property with schedule appointments text color property.

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

    This property takes the System.String value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved