Modifier and Type | Method and Description |
---|---|
TimephasedDataCollection |
TaskBaseline.getTimephasedData()
Returns TimephasedDataCollection instance for this object.
|
TimephasedDataCollection |
Task.getTimephasedData()
Returns TimephasedDataCollection object of this task.
|
TimephasedDataCollection |
ResourceAssignment.getTimephasedData()
Returns the instance of
TimephasedDataCollection class containing elements of TimephasedData class. |
TimephasedDataCollection |
Resource.getTimephasedData()
Returns an instance of
TimephasedDataCollection class for this object. |
TimephasedDataCollection |
AssignmentBaseline.getTimephasedData()
Returns TimephasedDataCollection instance for this object.
|
TimephasedDataCollection |
Task.getTimephasedData(Date start,
Date end)
Returns
TimephasedDataCollection object with TimephasedData values within given start and end dates of TaskTimeScaledData.TaskTimescaledWork type. |
TimephasedDataCollection |
ResourceAssignment.getTimephasedData(Date start,
Date end)
Returns
TimephasedDataCollection object with TimephasedData values within given start and end dates of TimephasedDataType.AssignmentWork . |
TimephasedDataCollection |
Resource.getTimephasedData(Date start,
Date end)
/**
|
TimephasedDataCollection |
Task.getTimephasedData(Date start,
Date end,
int timephasedType)
Returns
TimephasedDataCollection object with TimephasedData values within given start and end dates of specified timephasedDataType. |
TimephasedDataCollection |
ResourceAssignment.getTimephasedData(Date start,
Date end,
int timephasedType)
Returns
TimephasedDataCollection object with time phased data instances within given start and end dates of specified TimephasedDataType . |
TimephasedDataCollection |
Resource.getTimephasedData(Date start,
Date end,
int timephasedType)
Returns an instance of the
TimephasedDataCollection class for this object with the TimephasedData values within given start and end dates of specified timephasedDataType. |
Modifier and Type | Method and Description |
---|---|
void |
TaskBaseline.setTimephasedData(TimephasedDataCollection value)
Sets a collection of TimephasedData values for this baseline.
|
void |
Task.setTimephasedData(TimephasedDataCollection value)
Sets a collection of timephased data values for this task.
|
void |
ResourceAssignment.setTimephasedData(TimephasedDataCollection value)
Sets TimephasedDataCollection for this resource assignment.
|
void |
Resource.setTimephasedData(TimephasedDataCollection value)
Sets a collection of TimephasedData values for this resource.
|
void |
AssignmentBaseline.setTimephasedData(TimephasedDataCollection value)
Sets a list of timephased data associated with the resource assignment baseline.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.