Skip to main content
A newer version of this page is available. .

AppointmentMappingInfo Members

Contains mappings of the appointment properties to the appropriate data fields.

Constructors

Name Description
AppointmentMappingInfo() Initializes a new instance of the AppointmentMappingInfo class with the default settings.

Properties

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.StatusId 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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetRequiredMappingNames() Gets an array containing the names of all the AppointmentMappingInfo object’s properties that have to be bound to corresponding data fields.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also