AppointmentMappingInfo Properties
Contains mappings of the appointment properties to the appropriate data fields.| Name | Description |
|---|---|
| AllDay | Gets or sets the data field to which an appointment’s Appointment.AllDay property is bound. |
| AllDayConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| AllDayConverter | Gets or sets a value converter for the Appointment.AllDay property. |
| AppointmentId | Gets or sets the data field to which an appointment’s PersistentObject.Id property is bound. |
| AppointmentIdConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| AppointmentIdConverter | Gets or sets a value converter for the Appointment.Id property. |
| Description | Gets or sets the data field to which an appointment’s Appointment.Description property is bound. |
| DescriptionConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| DescriptionConverter | Gets or sets a value converter for the Appointment.Description property. |
| End | Gets or sets the data field to which an appointment’s Appointment.End property is bound. |
| EndConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| EndConverter | Gets or sets a value converter for the Appointment.End property. |
| Label | Gets or sets the data field to which an appointment’s Appointment.LabelKey property is bound. |
| LabelConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| LabelConverter | Gets or sets a value converter for the Appointment.LabelKey property. |
| Location | Gets or sets the data field to which an appointment’s Appointment.Location property is bound. |
| LocationConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| LocationConverter | Gets or sets a value converter for the Appointment.Location property. |
| OriginalOccurrenceEnd | Gets or sets the data field to which an appointment’s Appointment.OriginalOccurrenceEnd property is bound. |
| OriginalOccurrenceEndConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| OriginalOccurrenceEndConverter | Gets or sets a value converter for the Appointment.OriginalOccurrenceEnd property. |
| OriginalOccurrenceStart | Gets or sets the data field to which an appointment’s Appointment.OriginalOccurrenceStart property is bound. |
| OriginalOccurrenceStartConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| OriginalOccurrenceStartConverter | Gets or sets a value converter for the Appointment.OriginalOccurrenceStart property. |
| PercentComplete | Gets or sets the data field which an appointment’s Appointment.PercentComplete property is bound to. |
| PercentCompleteConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| PercentCompleteConverter | Gets or sets a value converter for the Appointment.PercentComplete property. |
| RecurrenceInfo | Gets or sets the data field to which an appointment’s Appointment.RecurrenceInfo property is bound. |
| RecurrenceInfoConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| RecurrenceInfoConverter | Gets or sets a value converter for the Appointment.RecurrenceInfo property. |
| ReminderInfo | Gets or sets the data field to which an appointment’s Appointment.Reminder property is bound. |
| ReminderInfoConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| ReminderInfoConverter | Gets or sets a value converter for the Appointment.AllDay property. |
| ResourceId | Gets or sets the data field to which the Appointment.ResourceId or the Appointment.ResourceIds property is bound. |
| ResourceIdConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| ResourceIdConverter | Gets or sets a value converter for the Appointment.Id property. |
| Start | Gets or sets the data field to which an appointment’s Appointment.Start property is bound. |
| StartConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| StartConverter | Gets or sets a value converter for the Appointment.Start property. |
| Status | Gets or sets the data field to which an appointment’s Appointment.StatusKey property is bound. |
| StatusConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| StatusConverter | Gets or sets a value converter for the Appointment.StatusKey property. |
| Subject | Gets or sets the data field to which an appointment’s Appointment.Subject property is bound. |
| SubjectConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| SubjectConverter | Gets or sets a value converter for the Appointment.Subject property. |
| TimeZoneId | Gets or sets the data field to which the Appointment.TimeZoneId property is bound. |
| TimeZoneIdConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| TimeZoneIdConverter | Gets or sets a value converter for the Appointment.TimeZoneId property. |
| Type | Gets or sets the data field to which an appointment’s Appointment.Type property is bound. |
| TypeConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| TypeConverter | Gets or sets a value converter for the Appointment.Type property. |
See Also