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 RiskPattern
RiskPatternCollection. get_Item(Task task)
Gets the instance of theRiskPattern
class 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 boolean
RiskPatternCollection. add(RiskPattern item)
Adds an instance of theRiskPattern
class to this collection.void
RiskPatternCollection. copyTo(RiskPattern[] array, int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.
-