[]
        
(Showing Draft Content)

C1.GanttView.CalendarMappingCollection

CalendarMappingCollection Class

Represents a generic collection of mappings for properties of BaseObject derived objects to appropriate data fields.

Inheritance
CalendarMappingCollection
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public class CalendarMappingCollection : MappingCollectionBase<CustomCalendar>

Constructors

Name Description
CalendarMappingCollection()

Initializes a new instance of the CalendarMappingCollection class.

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.

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.

Methods

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.