Modifier and Type | Method and Description |
---|---|
ResourceAssignment |
ResourceAssignmentCollection.add(Task task,
Resource resource)
Adds new assignment to the ResourceAssignmentCollection.
|
ResourceAssignment |
ResourceAssignmentCollection.add(Task task,
Resource resource,
double units)
Adds new assignment to the ResourceAssignmentCollection.
|
ResourceAssignment |
ResourceAssignmentCollection.get(int index)
(@inheritDoc}
|
ResourceAssignment |
ResourceAssignmentCollection.getByUid(int uid)
Returns an assignment with the specified uid.
|
ResourceAssignment |
AssignmentBaselineCollection.getParentAssignment()
Parent
ResourceAssignment for this collection. |
Modifier and Type | Method and Description |
---|---|
List<ResourceAssignment> |
ResourceAssignmentCollection.toList()
Converts the ResourceAssignmentCollection object to a list of
ResourceAssignment objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceAssignment.equals(ResourceAssignment other)
Returns a value indicating whether this instance is equal to a specified instance of the
ResourceAssignment class. |
String |
AssignmentViewColumn.getColumnText(ResourceAssignment assignment)
Converts current resource assignment to the column text.
|
String |
AssignmentToColumnTextConverter.invoke(ResourceAssignment assignment)
Retrieves text for an assignment.
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.