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