Class ProjectInfo
Class contains data about Current Project Information
Inheritance
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class ProjectInfo : Object
Constructors
ProjectInfo()
Initializes a new instance of the ProjectInfo class.
Declaration
public ProjectInfo()
Properties
ActualCost
Gets the actual cost.
Declaration
public double ActualCost { get; }
Property Value
Type | Description |
---|---|
System.Double | The actual cost of the project. |
ActualDuration
Gets the actual duration.
Declaration
public TimeSpan ActualDuration { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The actual duration of the project. |
ActualFinishDate
Gets or sets the actual finish date.
Declaration
public DateTime ActualFinishDate { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The actual finish date. |
ActualStartDate
Gets the actual start date.
Declaration
public DateTime ActualStartDate { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The actual Start Date of the project. |
ActualWork
Gets the actual work.
Declaration
public TimeSpan ActualWork { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The actual work of the project. |
BaselineCost
Gets the baseline cost.
Declaration
public double BaselineCost { get; }
Property Value
Type | Description |
---|---|
System.Double | The baseline cost of the project. |
BaselineDuration
Gets the duration of the baseline.
Declaration
public TimeSpan BaselineDuration { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The baseline Duration of the project. |
BaselineFinish
Gets or sets the baseline finish.
Declaration
public DateTime BaselineFinish { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The baseline finish. |
BaselineStart
Gets the baseline start.
Declaration
public DateTime BaselineStart { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The Baseline start date of the project. |
BaselineWork
Gets the baseline work.
Declaration
public TimeSpan BaselineWork { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The baseline work of the project. |
Cost
Gets the cost.
Declaration
public double Cost { get; }
Property Value
Type | Description |
---|---|
System.Double | The cost of the project. |
Duration
Gets the duration.
Declaration
public TimeSpan Duration { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The duration of the project. |
FinishDate
Gets the end date.
Declaration
public DateTime FinishDate { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The finish date of the project. |
FinishVariance
Gets the end variance.
Declaration
public TimeSpan FinishVariance { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The end variance of the project. |
ProjectName
Gets the name of the project.
Declaration
public string ProjectName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the project. |
RemainingCost
Gets the remaining cost.
Declaration
public double RemainingCost { get; }
Property Value
Type | Description |
---|---|
System.Double | The remaining cost of the project. |
RemainingDuration
Gets the duration of the remaining.
Declaration
public TimeSpan RemainingDuration { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The remaining duration of the project. |
RemainingWork
Gets the remaining work.
Declaration
public TimeSpan RemainingWork { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The remaining work of the project. |
StartDate
Gets the start date.
Declaration
public DateTime StartDate { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The start Date of the project. |
StartVariance
Gets the start variance.
Declaration
public TimeSpan StartVariance { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The start variance the project. |
Work
Gets the work.
Declaration
public TimeSpan Work { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The work of the project. |