[]
Represents the project data.
public class Project : IDisposable, IKeyName, INotifyPropertyChanged
| Name | Description |
|---|---|
| Project(C1GanttView) | Initializes a new instance of a Project. |
| Name | Description |
|---|---|
| BarStyles | Gets the list of non-standard bar styles. |
| DurationUnitMasks | Defines formats for DurationUnits. |
| FinishDate | Gets or sets the project's end date and time. |
| ProjectSummary | Gets the project summary task. |
| Resources | Gets the list of all available resources. |
| ScheduleFrom | Gets or sets whether the project is scheduled from its start date or from its finish date. |
| SchedulePriority | Defines whether the project will be rescheduled with Duration or Start/Finish priority. |
| StartDate | Gets or sets the project's start date and time. |
| Tasks | Gets the list of tasks that comprise this project. |
| View | Gets the C1GanttView control for this Project. |
| Name | Description |
|---|---|
| Dispose() | Clean up any resources being used. |
| OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when the value of a property changes. |