Class AppointmentMapping
Represents a schedule appointment mapping.
Inheritance
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class AppointmentMapping : Object
Constructors
AppointmentMapping()
Declaration
public AppointmentMapping()
Properties
AppointmentBackground
Gets or sets the AppointmentBackground property for mapping to the schedule appointment.
Declaration
public string AppointmentBackground { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndTime
Gets or sets the EndTime property for mapping to the schedule appointment.
Declaration
public string EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndTimeZone
Gets or sets the EndTimeZone property for mapping to the schedule appointment.
Declaration
public string EndTimeZone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExceptionOccurrenceActualDate
Gets or sets the ExceptionOccurrenceActualDate property for mapping to the schedule appointment
Declaration
public string ExceptionOccurrenceActualDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the mapping that binds the appointment's Id property to the data source field.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
See Also
IsAllDay
Gets or sets the IsAllDay property for mapping to the schedule appointment.
Declaration
public string IsAllDay { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Location
Gets or sets the Location property for mapping to the schedule appointment.
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinHeight
Gets or sets the MinimumAppointmentHeight property for mapping to the schedule appointment.
Declaration
public string MinHeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Notes
Gets or sets the Notes property for mapping to the schedule appointment
Declaration
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecurrenceExceptionDates
Gets or sets the RecurrenceExceptionDates property for mapping to the schedule appointment
Declaration
public string RecurrenceExceptionDates { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecurrenceId
Gets or sets the RecurrenceId property for mapping to the schedule appointment
Declaration
public string RecurrenceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecurrenceProperties
Gets or sets the RecurrenceProperties property for mapping to the schedule appointment.
Declaration
public string RecurrenceProperties { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecurrenceRule
Gets or sets the RecurrenceRule property for mapping to the schedule appointment
Declaration
public string RecurrenceRule { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartTime
Gets or sets the StartTime property for mapping to the schedule appointment.
Declaration
public string StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartTimeZone
Gets or sets the StartTimeZone property for mapping to the schedule appointment.
Declaration
public string StartTimeZone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Subject
Gets or sets the Subject property for mapping to the schedule appointment.
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |