Back to Devexpress

AppointmentMappings Members

maui-devexpress-dot-maui-dot-scheduler-dot-appointmentmappings-dot-underscore-members.md

latest7.7 KB
Original Source

AppointmentMappings Members

Stores mappings that specify data object properties that contain values for AppointmentItem properties.

Constructors

NameDescription
AppointmentMappings()Initializes a new instance of the AppointmentMappings class.

Properties

NameDescription
AllDayGets or sets the mapping that specifies what a source object’s value should be assigned to an appointment‘s AllDay, and how this value should be converted to an AllDay value the label supports.
CustomFieldMappingsReturns the collection of custom field mappings. A scheduler item stores these custom fields in the CustomFields property. Inherited from MappingsBase.
DescriptionGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s Description, and how this value should be converted to a Description value the label supports.
EndGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s End, and how this value should be converted to an End value the label supports.
IdGets or sets the mapping that specifies what a source object’s value should be assigned to a scheduler item’s Id, and how this value should be converted to an Id value the label supports. Inherited from MappingsBase.
LabelIdGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s LabelId, and how this value should be converted to an LabelId value the label supports.
LocationGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s Location, and how this value should be converted to an Location value the label supports.
QueryEndGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s QueryEnd, and how this value should be converted to an QueryEnd value the label supports.
QueryStartGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s QueryStart, and how this value should be converted to a QueryStart value the label supports.
RecurrenceInfoGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s RecurrenceInfo, and how this value should be converted to a RecurrenceInfo value the label supports.
Reminder
StartGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s Start, and how this value should be converted to a Start value the label supports.
StatusIdGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s StatusId, and how this value should be converted to a StatusId value the label supports.
SubjectGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s Subject, and how this value should be converted to a Subject value the label supports.
SupportsRecurrence
TimeZoneId
TypeGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s Type, and how this value should be converted to a Type value the label supports.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from System.Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from System.Object.
GetHashCode()Serves as the default hash function. Inherited from System.Object.
GetType()Gets the Type of the current instance. Inherited from System.Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from System.Object.
ToString()Returns a string that represents the current object. Inherited from System.Object.

See Also

AppointmentMappings Class

DevExpress.Maui.Scheduler Namespace