Class AppointmentMappingInfo
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class AppointmentMappingInfo : MappingInfo, IMappingInfo, IEnumerable<SchedulerMapping>, IEnumerable
Constructors
AppointmentMappingInfo()
Declaration
public AppointmentMappingInfo()
Properties
AllDay
Gets or sets the data source property corresponding to the AllDay property of an appointment.
Declaration
public string AllDay { get; set; }
Property Value
System.String
|
AllowDelete
Gets or sets the whether the appointment can be deleted.
Declaration
public string AllowDelete { get; set; }
Property Value
System.String
The allow delete. |
AllowEdit
Gets or sets the apppointment can be edited.
Declaration
public string AllowEdit { get; set; }
Property Value
System.String
The allow edit. |
BackgroundId
Gets or sets the background id.
Declaration
public string BackgroundId { get; set; }
Property Value
System.String
The background id. |
Description
Gets or sets the description info.
Declaration
public string Description { get; set; }
Property Value
System.String
The description. |
Duration
Gets or sets the appointment duration.
Declaration
public string Duration { get; set; }
Property Value
System.String
The duration. |
End
Gets or sets the appointment end date.
Declaration
public string End { get; set; }
Property Value
System.String
The end. |
Exceptions
Gets or sets the name of the collection that contains the exceptions for a given appointment in the data source.
Declaration
public string Exceptions { get; set; }
Property Value
System.String
|
Location
Gets or sets the location info.
Declaration
public string Location { get; set; }
Property Value
System.String
The location. |
MasterEventId
Gets or sets the master event id.
Declaration
public string MasterEventId { get; set; }
Property Value
System.String
The master event id. |
RecurrenceId
Gets or sets the exception recurrence date.
Declaration
public string RecurrenceId { get; set; }
Property Value
System.String
The recurrence id date. |
RecurrenceRule
Gets or sets the appointment recurrence rule.
Declaration
public string RecurrenceRule { get; set; }
Property Value
System.String
The recurrence rule. |
Reminder
Gets or sets the appointment reminder. The default mapping will try to read a numeric field containing the amount of seconds before which the reminder should be triggered.
Declaration
public string Reminder { get; set; }
Property Value
System.String
Value should be timespan. |
ResourceId
Gets or sets the resource id.
Declaration
public string ResourceId { get; set; }
Property Value
System.String
The resource id. |
Resources
Gets or sets the name of the collection that contains the resources for a given appointment in the data source.
Declaration
public string Resources { get; set; }
Property Value
System.String
|
Start
Gets or sets the appointment start date.
Declaration
public string Start { get; set; }
Property Value
System.String
The start. |
StatusId
Gets or sets the status id.
Declaration
public string StatusId { get; set; }
Property Value
System.String
The status id. |
Summary
Gets or sets the summary info.
Declaration
public string Summary { get; set; }
Property Value
System.String
The summary. |
UniqueId
Gets or sets the unique id.
Declaration
public string UniqueId { get; set; }
Property Value
System.String
The unique id. |
Visible
Gets or sets the visible.
Declaration
public string Visible { get; set; }
Property Value
System.String
The visible. |