CalendarMappingCollection Class Members
In This Topic
The following tables list the members exposed by CalendarMappingCollection.
Public Constructors
Public Properties
| Name | Description |
| CalendarID | Returns C1.Schedule.MappingInfo object for the BaseObject.ID property of the CustomCalendar object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the BaseObject.ID property to be bound to the appropriate field in the data source. |
| Comparer | (Inherited from C1.Schedule.MappingCollectionBase<CustomCalendar>) |
| Count | (Inherited from C1.Schedule.MappingCollectionBase<CustomCalendar>) |
| Data | Returns C1.Schedule.MappingInfo object for the calendar data. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the calendar data to be bound to the appropriate field in the data source. |
| IdMapping | (Inherited from C1.Schedule.MappingCollectionBase<CustomCalendar>) |
| IndexMapping | (Inherited from C1.Schedule.MappingCollectionBase<CustomCalendar>) |
| Item | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,MappingInfo>) |
| Name | Returns C1.Schedule.MappingInfo object for the CustomCalendar.Name property of the CustomCalendar object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the CustomCalendar.Name property to be bound to the appropriate field in the data source. |
| Site | (Inherited from C1.Schedule.MappingCollectionBase<CustomCalendar>) |
Top
Public Methods
Public Events
| Name | Description |
| Disposed | (Inherited from C1.Schedule.MappingCollectionBase<CustomCalendar>) |
Top
See Also