Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class AppointmentMappingInfo : MappingInfo, IMappingInfo, IEnumerable
Inheritance: objectMappingInfoAppointmentMappingInfo
Implements:
Inherited Members
Constructors
public AppointmentMappingInfo()
Properties
Gets or sets the data source property name that maps to the appointment all-day flag indicating whether the appointment spans entire days.
public string AllDay { get; set; }
Gets or sets the data source property name that maps to the appointment deletion permission flag.
public string AllowDelete { get; set; }
Gets or sets the data source property name that maps to the appointment editing permission flag.
public string AllowEdit { get; set; }
Gets or sets the data source property name that maps to the appointment background style identifier.
public string BackgroundId { get; set; }
Gets or sets the data source property name that maps to the appointment description or detailed content.
public string Description { get; set; }
Gets or sets the data source property name that maps to the appointment duration.
public string Duration { get; set; }
Gets or sets the data source property name that maps to the appointment end date and time.
public string End { get; set; }
Gets or sets the data source property name that maps to the collection of recurring appointment exceptions.
public string Exceptions { get; set; }
Gets or sets the data source property name that maps to the appointment location.
public string Location { get; set; }
Gets or sets the data source property name that maps to the master appointment identifier for recurring appointment exceptions.
public string MasterEventId { get; set; }
Gets or sets the data source property name that maps to the recurrence exception date for recurring appointments.
public string RecurrenceId { get; set; }
Gets or sets the data source property name that maps to the appointment recurrence rule defining the recurring pattern.
public string RecurrenceRule { get; set; }
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.
public string Reminder { get; set; }
Gets or sets the data source property name that maps to the single resource identifier for appointments with a single associated resource.
public string ResourceId { get; set; }
Gets or sets the data source property name that maps to the collection of resource identifiers for appointments with multiple associated resources.
public string Resources { get; set; }
Gets or sets the data source property name that maps to the appointment start date and time.
public string Start { get; set; }
Gets or sets the data source property name that maps to the appointment status identifier.
public string StatusId { get; set; }
Gets or sets the data source property name that maps to the appointment summary or title.
public string Summary { get; set; }
Gets or sets the data source property name that maps to the appointment unique identifier.
public string UniqueId { get; set; }