[]
Represents a generic collection of mappings for properties of BaseObject derived objects to appropriate data fields.
public class CalendarMappingCollection : MappingCollectionBase<CustomCalendar>
| Name | Description |
|---|---|
| CalendarMappingCollection() | Initializes a new instance of the CalendarMappingCollection class. |
| 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. |
| 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. |
| Name | Returns C1.Schedule.MappingInfo object for the 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 Name property to be bound to the appropriate field in the data source. |
| Name | Description |
|---|---|
| ReadObject(CustomCalendar, object, bool) | Fills CustomCalendar object with values from specified boundObject. |
| WriteObject(CustomCalendar, object) | Fills boundObject with values from specified CustomCalendar object. |