Uses of Class
com.aspose.tasks.ResourceAssignment
-
-
Uses of ResourceAssignment in com.aspose.tasks
Methods in com.aspose.tasks that return ResourceAssignment Modifier and Type Method Description ResourceAssignmentResourceAssignmentCollection. add(Task task, Resource resource)Adds new assignment to the ResourceAssignmentCollection.ResourceAssignmentResourceAssignmentCollection. add(Task task, Resource resource, double units)Adds new assignment to the ResourceAssignmentCollection.ResourceAssignmentResourceAssignmentCollection. add(Task task, Resource resource, BigDecimal cost)Adds new assignment to the ResourceAssignmentCollection.ResourceAssignmentResourceAssignmentCollection. get(int index)(@inheritDoc}ResourceAssignmentResourceAssignmentCollection. getByUid(int uid)Returns an assignment with the specified uid.ResourceAssignmentAssignmentBaselineCollection. getParentAssignment()Gets the parentResourceAssignmentfor this collection.ResourceAssignmentResourceAssignmentCollection. remove(int index)Methods in com.aspose.tasks that return types with arguments of type ResourceAssignment Modifier and Type Method Description Iterator<ResourceAssignment>ResourceAssignmentCollection. iterator()Returns an enumerator for this collection.List<ResourceAssignment>ResourceAssignmentCollection. toList()Converts the ResourceAssignmentCollection object to a list ofResourceAssignmentobjects.Methods in com.aspose.tasks with parameters of type ResourceAssignment Modifier and Type Method Description booleanResourceAssignmentCollection. add(ResourceAssignment item)This is the stub implementation of ICollection's Add method, that only throws UnsupportedOperationExceptionbooleanResourceAssignment. equals(ResourceAssignment other)Returns a value indicating whether this instance is equal to a specified instance of theResourceAssignmentclass.StringAssignmentViewColumn. getColumnText(ResourceAssignment assignment)Converts current resource assignment to the column text.StringAssignmentToColumnTextConverter. invoke(ResourceAssignment assignment)ResourceAssignment data to column's string converter.
-