ClassAppointmentMappingInfo
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class AppointmentMappingInfo : MappingInfo, IMappingInfo, IEnumerable
Inheritance: objectMappingInfoAppointmentMappingInfo
Implements:
Inherited Members
Constructors
AppointmentMappingInfo()
Declaration
public AppointmentMappingInfo()
Properties
AllDay
Gets or sets the data source property name that maps to the appointment all-day flag indicating whether the appointment spans entire days.
AllowDelete
Gets or sets the data source property name that maps to the appointment deletion permission flag.
AllowEdit
Gets or sets the data source property name that maps to the appointment editing permission flag.
BackgroundId
Gets or sets the data source property name that maps to the appointment background style identifier.
Description
Gets or sets the data source property name that maps to the appointment description or detailed content.
Duration
Gets or sets the data source property name that maps to the appointment duration.
End
Gets or sets the data source property name that maps to the appointment end date and time.
Exceptions
Gets or sets the data source property name that maps to the collection of recurring appointment exceptions.
Location
Gets or sets the data source property name that maps to the appointment location.
MasterEventId
Gets or sets the data source property name that maps to the master appointment identifier for recurring appointment exceptions.
RecurrenceId
Gets or sets the data source property name that maps to the recurrence exception date for recurring appointments.
RecurrenceRule
Gets or sets the data source property name that maps to the appointment recurrence rule defining the recurring pattern.
Reminder
Gets or sets the data source property name that maps to the appointment reminder time. The mapping expects a numeric field containing seconds before the appointment when the reminder should trigger.
ResourceId
Gets or sets the data source property name that maps to the single resource identifier for appointments with a single associated resource.
Resources
Gets or sets the data source property name that maps to the collection of resource identifiers for appointments with multiple associated resources.
Start
Gets or sets the data source property name that maps to the appointment start date and time.
StatusId
Gets or sets the data source property name that maps to the appointment status identifier.
Summary
Gets or sets the data source property name that maps to the appointment summary or title.
UniqueId
Gets or sets the data source property name that maps to the appointment unique identifier.