New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class AppointmentMappingInfo : MappingInfo, IMappingInfo, IEnumerable

Inheritance: objectMappingInfoAppointmentMappingInfo

Implements: IEnumerableIMappingInfo

Inherited Members MappingInfo.LoadFrom(string)MappingInfo.LoadFrom(string[,])MappingInfo.GetValue(string)MappingInfo.SetValue(string, string)MappingInfo.FindBySchedulerProperty(string)MappingInfo.FindByDataSourceProperty(string)MappingInfo.UniqueIdToDataSourceCallbackMappingInfo.UniqueIdToSchedulerCallbackMappingInfo.Mappings...

Constructors

C#
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.

C#
public string AllDay { get; set; }

Gets or sets the data source property name that maps to the appointment deletion permission flag.

C#
public string AllowDelete { get; set; }

Gets or sets the data source property name that maps to the appointment editing permission flag.

C#
public string AllowEdit { get; set; }

Gets or sets the data source property name that maps to the appointment background style identifier.

C#
public string BackgroundId { get; set; }

Gets or sets the data source property name that maps to the appointment description or detailed content.

C#
public string Description { get; set; }

Gets or sets the data source property name that maps to the appointment duration.

C#
public string Duration { get; set; }

Gets or sets the data source property name that maps to the appointment end date and time.

C#
public string End { get; set; }

Gets or sets the data source property name that maps to the collection of recurring appointment exceptions.

C#
public string Exceptions { get; set; }

Gets or sets the data source property name that maps to the appointment location.

C#
public string Location { get; set; }

Gets or sets the data source property name that maps to the master appointment identifier for recurring appointment exceptions.

C#
public string MasterEventId { get; set; }

Gets or sets the data source property name that maps to the recurrence exception date for recurring appointments.

C#
public string RecurrenceId { get; set; }

Gets or sets the data source property name that maps to the appointment recurrence rule defining the recurring pattern.

C#
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.

C#
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.

C#
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.

C#
public string Resources { get; set; }

Gets or sets the data source property name that maps to the appointment start date and time.

C#
public string Start { get; set; }

Gets or sets the data source property name that maps to the appointment status identifier.

C#
public string StatusId { get; set; }

Gets or sets the data source property name that maps to the appointment summary or title.

C#
public string Summary { get; set; }

Gets or sets the data source property name that maps to the appointment unique identifier.

C#
public string UniqueId { get; set; }

Gets or sets the data source property name that maps to the appointment visibility flag.

C#
public string Visible { get; set; }