[]
        
(Showing Draft Content)

C1.GanttView.Project

Project Class

Represents the project data.

Inheritance
Project
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public class Project : IDisposable, IKeyName, INotifyPropertyChanged

Constructors

Name Description
Project(C1GanttView)

Initializes a new instance of a Project.

Properties

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.

Methods

Name Description
Dispose()

Clean up any resources being used.

OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when the value of a property changes.