[]
The TasksStorage is the storage for Task objects. It allows binding to the data source and mapping data source fields to the task properties.
public class TasksStorage : BaseStorage<Task, TasksMappingCollection>
| Name | Description |
|---|---|
| TasksStorage(StorageComponent, C1GanttView) | Initializes a new instance of the TasksStorage class. |
| Name | Description |
|---|---|
| OnDataMemberChanged(EventArgs) | Raises the DataMemberChanged event. |
| OnDataSourceChanged(EventArgs) | Raises the DataSourceChanged event. |