|
| System::SharedPtr< TimephasedDataCollection > | get_TimephasedData () |
| | Gets the TimephasedDataCollection instance for this object. The time phased data associated with the resource assignment baseline. - Returns
- returns TimephasedDataCollection instance for this object.
The collection of Time phased data associated with this baseline. More...
|
| |
| void | set_TimephasedData (const System::SharedPtr< TimephasedDataCollection > &value) |
| | Sets the TimephasedDataCollection instance for this object. The time phased data associated with the resource assignment baseline. - Parameters
-
The collection of Time phased data associated with this baseline. More...
|
| |
| System::Nullable< System::DateTime > | get_Start () const |
| | Gets the scheduled start date of the resource assignment when the baseline was saved. The start date of the resource assignment when this baseline was saved. More...
|
| |
| void | set_Start (System::Nullable< System::DateTime > value) |
| | Sets the scheduled start date of the resource assignment when the baseline was saved. The start date of the resource assignment when this baseline was saved. More...
|
| |
| System::Nullable< System::DateTime > | get_Finish () const |
| | Gets the scheduled finish date of the resource assignment when the baseline was saved. The finish date of the resource assignment when this baseline was saved. More...
|
| |
| void | set_Finish (System::Nullable< System::DateTime > value) |
| | Sets the scheduled finish date of the resource assignment when the baseline was saved. The finish date of the resource assignment when this baseline was saved. More...
|
| |
| int32_t | CompareTo (System::SharedPtr< AssignmentBaseline > other) override |
| | IComparable interface implementation. Compares this instance to the specified Baseline object. More...
|
| |
| bool | Equals (System::SharedPtr< System::Object > obj) override |
| | Returns a value indicating whether this instance is equal to a specified object. More...
|
| |
| bool | Equals (System::SharedPtr< AssignmentBaseline > other) override |
| | Returns a value indicating whether this instance is equal to the specified AssignmentBaseline object. More...
|
| |
|
int32_t | GetHashCode () const override |
| |
| BaselineType | get_BaselineNumber () const |
| | Gets the unique number of a baseline data record. More...
|
| |
| void | set_BaselineNumber (BaselineType value) |
| | Sets the unique number of a baseline data record. More...
|
| |
| Duration | get_Work () const |
| | Gets the work assigned to a resource when the baseline is saved. The amount of assigned work to a resource when the baseline was saved. More...
|
| |
| void | set_Work (Duration value) |
| | Sets the work assigned to a resource when the baseline is saved. The amount of assigned work to a resource when the baseline was saved. More...
|
| |
| System::Decimal | get_Cost () const |
| | Gets the projected cost of a resource when the baseline is saved. More...
|
| |
| void | set_Cost (System::Decimal value) |
| | Sets the projected cost of a resource when the baseline is saved. More...
|
| |
| double | get_Bcws () const |
| | Gets the budget cost of a work scheduled for a resource. More...
|
| |
| void | set_Bcws (double value) |
| | Sets the budget cost of a work scheduled for a resource. More...
|
| |
| double | get_Bcwp () const |
| | Gets the budgeted cost of a work performed by a resource for a project to-date. More...
|
| |
| void | set_Bcwp (double value) |
| | Sets the budgeted cost of a work performed by a resource for a project to-date. More...
|
| |
| bool | Equals (System::SharedPtr< Baseline > other) override |
| | Returns a value indicating whether this instance is equal to a specified object. More...
|
| |
| bool | Equals (System::SharedPtr< System::Object > obj) override |
| | Returns a value indicating whether this instance is equal to a specified object. More...
|
| |
| int32_t | GetHashCode () const override |
| | Returns a hash code value for the baseline. More...
|
| |
| int32_t | CompareTo (System::SharedPtr< Baseline > other) override |
| | IComparable interface implementation. Compares this instance to the specified Baseline object. More...
|
| |
Represents Baseline of a resource assignment.