Class
AppointmentMappingInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
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

AppointmentMappingInfo()

Declaration

cs-api-definition
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

cs-api-definition
public string AllDay { get; set; }

Property Value

string

AllowDelete

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

Declaration

cs-api-definition
public string AllowDelete { get; set; }

Property Value

string

AllowEdit

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

Declaration

cs-api-definition
public string AllowEdit { get; set; }

Property Value

string

BackgroundId

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

Declaration

cs-api-definition
public string BackgroundId { get; set; }

Property Value

string

Description

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

Declaration

cs-api-definition
public string Description { get; set; }

Property Value

string

Duration

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

Declaration

cs-api-definition
public string Duration { get; set; }

Property Value

string

End

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

Declaration

cs-api-definition
public string End { get; set; }

Property Value

string

Exceptions

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

Declaration

cs-api-definition
public string Exceptions { get; set; }

Property Value

string

Location

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

Declaration

cs-api-definition
public string Location { get; set; }

Property Value

string

MasterEventId

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

Declaration

cs-api-definition
public string MasterEventId { get; set; }

Property Value

string

RecurrenceId

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

Declaration

cs-api-definition
public string RecurrenceId { get; set; }

Property Value

string

RecurrenceRule

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

Declaration

cs-api-definition
public string RecurrenceRule { get; set; }

Property Value

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

cs-api-definition
public string Reminder { get; set; }

Property Value

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

cs-api-definition
public string ResourceId { get; set; }

Property Value

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

cs-api-definition
public string Resources { get; set; }

Property Value

string

Start

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

Declaration

cs-api-definition
public string Start { get; set; }

Property Value

string

StatusId

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

Declaration

cs-api-definition
public string StatusId { get; set; }

Property Value

string

Summary

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

Declaration

cs-api-definition
public string Summary { get; set; }

Property Value

string

UniqueId

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

Declaration

cs-api-definition
public string UniqueId { get; set; }

Property Value

string

Visible

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

Declaration

cs-api-definition
public string Visible { get; set; }

Property Value

string