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 name that maps to the appointment all-day flag indicating whether the appointment spans entire days.
Declaration
public string AllDay { get; set; }
Property Value
System.String
|
AllowDelete
Gets or sets the data source property name that maps to the appointment deletion permission flag.
Declaration
public string AllowDelete { get; set; }
Property Value
System.String
|
AllowEdit
Gets or sets the data source property name that maps to the appointment editing permission flag.
Declaration
public string AllowEdit { get; set; }
Property Value
System.String
|
BackgroundId
Gets or sets the data source property name that maps to the appointment background style identifier.
Declaration
public string BackgroundId { get; set; }
Property Value
System.String
|
Description
Gets or sets the data source property name that maps to the appointment description or detailed content.
Declaration
public string Description { get; set; }
Property Value
System.String
|
Duration
Gets or sets the data source property name that maps to the appointment duration.
Declaration
public string Duration { get; set; }
Property Value
System.String
|
End
Gets or sets the data source property name that maps to the appointment end date and time.
Declaration
public string End { get; set; }
Property Value
System.String
|
Exceptions
Gets or sets the data source property name that maps to the collection of recurring appointment exceptions.
Declaration
public string Exceptions { get; set; }
Property Value
System.String
|
Location
Gets or sets the data source property name that maps to the appointment location.
Declaration
public string Location { get; set; }
Property Value
System.String
|
MasterEventId
Gets or sets the data source property name that maps to the master appointment identifier for recurring appointment exceptions.
Declaration
public string MasterEventId { get; set; }
Property Value
System.String
|
RecurrenceId
Gets or sets the data source property name that maps to the recurrence exception date for recurring appointments.
Declaration
public string RecurrenceId { get; set; }
Property Value
System.String
|
RecurrenceRule
Gets or sets the data source property name that maps to the appointment recurrence rule defining the recurring pattern.
Declaration
public string RecurrenceRule { get; set; }
Property Value
System.String
|
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.
Declaration
public string Reminder { get; set; }
Property Value
System.String
|
ResourceId
Gets or sets the data source property name that maps to the single resource identifier for appointments with a single associated resource.
Declaration
public string ResourceId { get; set; }
Property Value
System.String
|
Resources
Gets or sets the data source property name that maps to the collection of resource identifiers for appointments with multiple associated resources.
Declaration
public string Resources { get; set; }
Property Value
System.String
|
Start
Gets or sets the data source property name that maps to the appointment start date and time.
Declaration
public string Start { get; set; }
Property Value
System.String
|
StatusId
Gets or sets the data source property name that maps to the appointment status identifier.
Declaration
public string StatusId { get; set; }
Property Value
System.String
|
Summary
Gets or sets the data source property name that maps to the appointment summary or title.
Declaration
public string Summary { get; set; }
Property Value
System.String
|
UniqueId
Gets or sets the data source property name that maps to the appointment unique identifier.
Declaration
public string UniqueId { get; set; }
Property Value
System.String
|
Visible
Gets or sets the data source property name that maps to the appointment visibility flag.
Declaration
public string Visible { get; set; }
Property Value
System.String
|