Skip to main content

AppointmentMappings Members

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

Constructors

Name Description
AppointmentMappings() Initializes a new instance of the AppointmentMappings class.

Properties

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.

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