Uses of Class
com.aspose.tasks.RiskPattern
-
-
Uses of RiskPattern in com.aspose.tasks
Methods in com.aspose.tasks that return RiskPattern Modifier and Type Method Description RiskPatternRiskPatternCollection. get_Item(Task task)Gets the instance of theRiskPatternclass for the specified task.Methods in com.aspose.tasks that return types with arguments of type RiskPattern Modifier and Type Method Description Iterator<RiskPattern>RiskPatternCollection. iterator()Returns an enumerator for this collection.Methods in com.aspose.tasks with parameters of type RiskPattern Modifier and Type Method Description booleanRiskPatternCollection. add(RiskPattern item)Adds an instance of theRiskPatternclass to this collection.voidRiskPatternCollection. copyTo(RiskPattern[] array, int arrayIndex)Copies the elements of this collection to the specified array, starting at the specified array index.
-