maui-devexpress-dot-maui-dot-scheduler-dot-appointmentmappings-dot-underscore-members.md
Stores mappings that specify data object properties that contain values for AppointmentItem properties.
| Name | Description |
|---|---|
| AppointmentMappings() | Initializes a new instance of the AppointmentMappings class. |
| Name | Description |
|---|---|
| AllDay | Gets 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. |
| CustomFieldMappings | Returns the collection of custom field mappings. A scheduler item stores these custom fields in the CustomFields property. Inherited from MappingsBase. |
| Description | Gets 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. |
| End | Gets 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. |
| Id | Gets 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. |
| LabelId | Gets 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. |
| Location | Gets 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. |
| QueryEnd | Gets 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. |
| QueryStart | Gets 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. |
| RecurrenceInfo | Gets 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 | |
| Start | Gets 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. |
| StatusId | Gets 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. |
| Subject | Gets 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 | |
| Type | Gets 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. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from System.Object. |
| ReferenceEquals(Object, Object) static | Determines 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