AppointmentMappingCollection Class Members
The following tables list the members exposed by AppointmentMappingCollection.
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AppointmentProperties | Returns MappingInfo object for the memory field which is intended to store the other properties of the Appointment object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the other properties of the Appointment object to be bound to the appropriate field in the data source. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Body | Returns MappingInfo object for the Appointment.Body property of the Appointment object. If the storage object is bound to a data source via its DataSource property, the properties of the Body allow the Appointment.Body property to be bound to the appropriate field in the data source. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Comparer | Gets the generic equality comparer that is used to determine equality of keys in the collection. (Inherited from C1.C1Schedule.MappingCollectionBase<Appointment>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Count | Gets the number of elements actually contained in the MappingCollectionBase<T> object. (Inherited from C1.C1Schedule.MappingCollectionBase<Appointment>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | End | Returns MappingInfo object for the Appointment.End property of the Appointment object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the Appointment.End property to be bound to the appropriate field in the data source. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IdMapping | Returns MappingInfo object for the BasePersistableObject.Id property. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the BasePersistableObject.Id property to be bound to the appropriate field in the data source. (Inherited from C1.C1Schedule.MappingCollectionBase<Appointment>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IndexMapping | Returns MappingInfo object for the BasePersistableObject.Index property. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the BasePersistableObject.Index property to be bound to the appropriate field in the data source. (Inherited from C1.C1Schedule.MappingCollectionBase<Appointment>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Item | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,MappingInfo>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Location | Returns MappingInfo object for the Appointment.Location property of the Appointment object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the Appointment.Location property to be bound to the appropriate field in the data source. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OwnerIdMapping | Returns MappingInfo object for the Appointment.Owner.Id property of the Appointment object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the Appointment.Owner property to be bound to the appropriate field in the data source. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OwnerIndexMapping | Returns MappingInfo object for the Appointment.Owner.Index property of the Appointment object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the Appointment.Owner property to be bound to the appropriate field in the data source. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Site | Gets or sets the ISite associated with the IComponent. (Inherited from C1.C1Schedule.MappingCollectionBase<Appointment>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Start | Returns MappingInfo object for the Appointment.Start property of the Appointment object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the Appointment.Start property to be bound to the appropriate field in the data source. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Subject | Returns MappingInfo object for the Appointment.Subject property of the Appointment object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the Appointment.Subject property to be bound to the appropriate field in the data source. |
Top
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Add | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Contains | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,MappingInfo>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from C1.C1Schedule.MappingCollectionBase<Appointment>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Insert | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Remove | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,MappingInfo>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Top