Class RiskItemStatisticsCollection

Class RiskItemStatisticsCollection

Namespace: Aspose.Tasks.RiskAnalysis
Assembly: Aspose.Tasks.dll (25.2.0)

Represents a collection containing the instances of the Aspose.Tasks.RiskAnalysis.RiskItemStatistics class.

public class RiskItemStatisticsCollection : IDictionary<task, riskitemstatistics="">, ICollection<keyvaluepair<task, riskitemstatistics="">&gt;, IEnumerable<keyvaluepair<task, riskitemstatistics="">&gt;, IEnumerable<riskitemstatistics>, IEnumerable

Inheritance

objectRiskItemStatisticsCollection

Implements

IDictionary<task, riskitemstatistics="">, ICollection<keyvaluepair<task, riskitemstatistics="">&gt;, IEnumerable<keyvaluepair<task, riskitemstatistics="">&gt;, IEnumerable<riskitemstatistics>, IEnumerable

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Methods

Get(Task)

Returns an instance of the Aspose.Tasks.RiskAnalysis.RiskItemStatistics class containing in this collection which is associated with the specified Task object; null if the item is not found.

public RiskItemStatistics Get(Task task)

Parameters

task Task

the specified instance of the Aspose.Tasks.Task class.

Returns

RiskItemStatistics

risk item which is associated with the specified task object if found; null otherwise.

GetEnumerator()

Returns an enumerator for this collection.

public IEnumerator<riskitemstatistics> GetEnumerator()

Returns

IEnumerator<RiskItemStatistics&gt;

an enumerator for this collection. </riskitemstatistics></keyvaluepair<task,></keyvaluepair<task,></task,></keyvaluepair<task,></keyvaluepair<task,></task,>