AssignmentBaseline

AssignmentBaseline class

Represents Baseline of a resource assignment.

The AssignmentBaseline type exposes the following members:

Constructors

NameDescription
AssignmentBaseline()Initializes a new instance of the AssignmentBaseline class

Properties

NameDescription
baseline_numberGets or sets the unique number of a baseline data record.
workGets or sets the work assigned to a resource when the baseline is saved.
costGets or sets the projected cost of a resource when the baseline is saved.
bcwsGets or sets the budget cost of a work scheduled for a resource.
bcwpGets or sets the budgeted cost of a work performed by a resource for a project to-date.
timephased_dataGets or sets the
startGets or sets the scheduled start date of the resource assignment when the baseline was saved.
finishGets or sets the scheduled finish date of the resource assignment when the baseline was saved.

Methods

NameDescription
equals(other)Returns a value indicating whether this instance is equal to a specified object.
equals(other)Returns a value indicating whether this instance is equal to a specified object.
compare_to(other)IComparable interface implementation.
Compares this instance to the specified Baseline object.
compare_to(other)IComparable interface implementation.
Compares this instance to the specified Baseline object.

See Also