Class SchedulerAppointmentMapping
Represents a class which is used to mapping the properties for an Scheduler Appointment.
Inheritance
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public class SchedulerAppointmentMapping : Object
Constructors
SchedulerAppointmentMapping()
Initializes a new instance of the SchedulerAppointmentMapping class.
Declaration
public SchedulerAppointmentMapping()
Properties
Background
Gets or sets the Background Mapping to map the custom appointment property with scheduler appointments color property.
Declaration
public string Background { get; set; }
Property Value
Type |
---|
System.String |
EndTime
Gets or sets the End Time Mapping to map the custom appointment property with scheduler appointments end time property.
Declaration
public string EndTime { get; set; }
Property Value
Type |
---|
System.String |
EndTimeZone
Gets or sets the End Time Zone Mapping to map the custom property with scheduler appointments end time zone property.
Declaration
public string EndTimeZone { get; set; }
Property Value
Type |
---|
System.String |
Id
Gets or sets the Id mapping to map the custom appointment property with scheduler appointments Id property.
Declaration
public string Id { get; set; }
Property Value
Type |
---|
System.String |
See Also
IsAllDay
Gets or sets the Is All Day Mapping to map the custom appointment property with scheduler appointments IsAllDay property.
Declaration
public string IsAllDay { get; set; }
Property Value
Type |
---|
System.String |
IsReadOnly
Gets or sets the IsReadOnly mapping to map the custom property with scheduler appointments IsReadOnly property.
Declaration
public string IsReadOnly { get; set; }
Property Value
Type |
---|
System.String |
Location
Gets or sets the Location Mapping to map the custom property with scheduler appointments location property.
Declaration
public string Location { get; set; }
Property Value
Type |
---|
System.String |
Notes
Gets or sets the Notes Mapping to map the custom property with scheduler appointments notes property.
Declaration
public string Notes { get; set; }
Property Value
Type |
---|
System.String |
RecurrenceExceptionDates
Gets or sets the Recurrence Exception Dates Mapping to map the custom appointment property with the scheduler appointments Recurrence Exception Dates property.
Declaration
public string RecurrenceExceptionDates { get; set; }
Property Value
Type |
---|
System.String |
RecurrenceId
Gets or sets the Recurrence ID mapping to map the custom appointment property with scheduler appointments Recurrence ID property.
Declaration
public string RecurrenceId { get; set; }
Property Value
Type |
---|
System.String |
RecurrenceRule
Gets or sets the Recurrence Rule Mapping to map the custom appointment property with scheduler appointments Recurrence Rule property.
Declaration
public string RecurrenceRule { get; set; }
Property Value
Type |
---|
System.String |
ReminderMapping
Gets or sets the custom reminder object configuration to map the SchedulerReminder properties.
Declaration
public SchedulerReminderMapping ReminderMapping { get; set; }
Property Value
Type |
---|
SchedulerReminderMapping |
See Also
Reminders
Gets or sets the reminders to map the custom appointment reminders property with the scheduler appointments Reminders property.
Declaration
public string Reminders { get; set; }
Property Value
Type |
---|
System.String |
See Also
ResourceIds
Gets or sets the resource id to map the custom appointment property with the scheduler appointments resource id property.
Declaration
public string ResourceIds { get; set; }
Property Value
Type |
---|
System.String |
StartTime
Gets or sets and sets the Start Time Mapping to map the custom appointment property with scheduler appointments start time property.
Declaration
public string StartTime { get; set; }
Property Value
Type |
---|
System.String |
StartTimeZone
Gets or sets the Start Time Zone Mapping to map the custom appointment property with scheduler appointments start time zone property.
Declaration
public string StartTimeZone { get; set; }
Property Value
Type |
---|
System.String |
Subject
Gets or sets the Subject Mapping to map the custom property with scheduler appointments subject property.
Declaration
public string Subject { get; set; }
Property Value
Type |
---|
System.String |
TextColorMapping
Gets or sets the Text Color Mapping to map the custom appointment property with scheduler appointments text color property.
Declaration
public string TextColorMapping { get; set; }
Property Value
Type |
---|
System.String |