[]
The C1GanttViewStorage component handles all data operations for the C1GanttView control and contains specific data storages for tasks, resources, calendars and properties which are used for binding corresponing collections to the data.
Represents a generic collection of mappings for properties of BaseObject derived objects to appropriate data fields.
The CalendarStorage is the storage for CustomCalendar objects. It allows binding to the data source and mapping data source fields to the calendar properties.
The PropertyStorage<T> is the storage for some object properties.
Represents a generic collection of mappings for properties of Resource derived objects to appropriate data fields.
The ResourceStorage is the storage for Resource objects. It allows binding to the data source and mapping data source fields to the resource properties.
Represents a generic collection of mappings for properties of Task derived objects to appropriate data fields.
The TasksStorage is the storage for Task objects. It allows binding to the data source and mapping data source fields to the task properties.
Interface allow to set a key name for object which properties could be stored to PropertyStorage