ResourceAssignmentCollection

ResourceAssignmentCollection class

Represents a collection of ResourceAssignment objects.

The ResourceAssignmentCollection type exposes the following members:

Properties

NameDescription
parent_projectGets the parent project of the ResourceAssignmentCollection object.

Methods

NameDescription
add(task, resource, units)Adds new assignment to the ResourceAssignmentCollection.
add(task, resource, cost)Adds new assignment to the ResourceAssignmentCollection.
add(task, resource)Adds new assignment to the ResourceAssignmentCollection.
to_list()Converts the ResourceAssignmentCollection object to a list of ResourceAssignment objects.
get_by_uid(uid)Returns an assignment with the specified uid.

See Also