Back to Devexpress

AppointmentMappingInfo Members

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentmappinginfo-dot-underscore-members.md

latest15.5 KB
Original Source

AppointmentMappingInfo Members

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

Constructors

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

Properties

NameDescription
AllDayGets or sets the data field to which an appointment’s Appointment.AllDay property is bound.
AllDayConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
AllDayConverterGets or sets a value converter for the Appointment.AllDay property.
AppointmentIdGets or sets the data field to which an appointment’s PersistentObject.Id property is bound.
AppointmentIdConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
AppointmentIdConverterGets or sets a value converter for the Appointment.Id property.
DescriptionGets or sets the data field to which an appointment’s Appointment.Description property is bound.
DescriptionConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
DescriptionConverterGets or sets a value converter for the Appointment.Description property.
EndGets or sets the data field to which an appointment’s Appointment.End property is bound.
EndConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
EndConverterGets or sets a value converter for the Appointment.End property.
LabelGets or sets the data field to which an appointment’s Appointment.LabelKey property is bound.
LabelConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
LabelConverterGets or sets a value converter for the Appointment.LabelKey property.
LocationGets or sets the data field to which an appointment’s Appointment.Location property is bound.
LocationConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
LocationConverterGets or sets a value converter for the Appointment.Location property.
OriginalOccurrenceEndGets or sets the data field to which an appointment’s Appointment.OriginalOccurrenceEnd property is bound.
OriginalOccurrenceEndConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
OriginalOccurrenceEndConverterGets or sets a value converter for the Appointment.OriginalOccurrenceEnd property.
OriginalOccurrenceStartGets or sets the data field to which an appointment’s Appointment.OriginalOccurrenceStart property is bound.
OriginalOccurrenceStartConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
OriginalOccurrenceStartConverterGets or sets a value converter for the Appointment.OriginalOccurrenceStart property.
PercentCompleteGets or sets the data field which an appointment’s Appointment.PercentComplete property is bound to.
PercentCompleteConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
PercentCompleteConverterGets or sets a value converter for the Appointment.PercentComplete property.
RecurrenceInfoGets or sets the data field to which an appointment’s Appointment.RecurrenceInfo property is bound.
RecurrenceInfoConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
RecurrenceInfoConverterGets or sets a value converter for the Appointment.RecurrenceInfo property.
ReminderInfoGets or sets the data field to which an appointment’s Appointment.Reminder property is bound.
ReminderInfoConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
ReminderInfoConverterGets or sets a value converter for the Appointment.AllDay property.
ResourceIdGets or sets the data field to which the Appointment.ResourceId or the Appointment.ResourceIds property is bound.
ResourceIdConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
ResourceIdConverterGets or sets a value converter for the Appointment.Id property.
StartGets or sets the data field to which an appointment’s Appointment.Start property is bound.
StartConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
StartConverterGets or sets a value converter for the Appointment.Start property.
StatusGets or sets the data field to which an appointment’s Appointment.StatusKey property is bound.
StatusConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
StatusConverterGets or sets a value converter for the Appointment.StatusKey property.
SubjectGets or sets the data field to which an appointment’s Appointment.Subject property is bound.
SubjectConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
SubjectConverterGets or sets a value converter for the Appointment.Subject property.
TimeZoneIdGets or sets the data field to which the Appointment.TimeZoneId property is bound.
TimeZoneIdConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
TimeZoneIdConverterGets or sets a value converter for the Appointment.TimeZoneId property.
TypeGets or sets the data field to which an appointment’s Appointment.Type property is bound.
TypeConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
TypeConverterGets or sets a value converter for the Appointment.Type property.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

AppointmentMappingInfo Class

DevExpress.XtraScheduler Namespace