Uses of Class
com.aspose.tasks.AssignmentBaseline
-
-
Uses of AssignmentBaseline in com.aspose.tasks
Methods in com.aspose.tasks that return AssignmentBaseline Modifier and Type Method Description AssignmentBaseline
AssignmentBaselineCollection. get(int index)
(@inheritDoc}AssignmentBaseline
AssignmentBaselineCollection. remove(int index)
Removes the element at the specified position in this list.Methods in com.aspose.tasks that return types with arguments of type AssignmentBaseline Modifier and Type Method Description List<AssignmentBaseline>
AssignmentBaselineCollection. toList()
Converts the AssignmentBaselineCollection object to a list ofAssignmentBaseline
objects.Methods in com.aspose.tasks with parameters of type AssignmentBaseline Modifier and Type Method Description boolean
AssignmentBaselineCollection. add(AssignmentBaseline item)
This is the stub implementation of ICollection's Add method, that only throws NotSupportedExceptionint
AssignmentBaseline. compareTo(AssignmentBaseline other)
IComparable interface implementation.void
AssignmentBaselineCollection. copyTo(AssignmentBaseline[] array, int arrayIndex)
boolean
AssignmentBaseline. equals(AssignmentBaseline other)
Returns a value indicating whether this instance is equal to the specified AssignmentBaseline object.
-