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 AssignmentBaselineAssignmentBaselineCollection. get(int index)(@inheritDoc}AssignmentBaselineAssignmentBaselineCollection. 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 ofAssignmentBaselineobjects.Methods in com.aspose.tasks with parameters of type AssignmentBaseline Modifier and Type Method Description booleanAssignmentBaselineCollection. add(AssignmentBaseline item)This is the stub implementation of ICollection's Add method, that only throws NotSupportedExceptionintAssignmentBaseline. compareTo(AssignmentBaseline other)IComparable interface implementation.voidAssignmentBaselineCollection. copyTo(AssignmentBaseline[] array, int arrayIndex)booleanAssignmentBaseline. equals(AssignmentBaseline other)Returns a value indicating whether this instance is equal to the specified AssignmentBaseline object.
-