Class AssignmentBaselineCollection
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Represents a collection of Aspose.Tasks.AssignmentBaseline objects.
public class AssignmentBaselineCollection : IList<assignmentbaseline>, ICollection<assignmentbaseline>, IEnumerable<assignmentbaseline>, IEnumerable
Inheritance
object ← AssignmentBaselineCollection
Implements
IList<assignmentbaseline>, ICollection<assignmentbaseline>, IEnumerable<assignmentbaseline>, IEnumerable
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Count
Gets the number of objects contained in this AssignmentBaselineCollection object.
public int Count { get; }
Property Value
ParentAssignment
Gets the parent Aspose.Tasks.ResourceAssignment for this collection.
public ResourceAssignment ParentAssignment { get; }
Property Value
this[int]
Returns the element at the specified index.
public AssignmentBaseline this[int index] { get; set; }
Property Value
Methods
Add(AssignmentBaseline)
This is the stub implementation of ICollection’s Add method, that only throws NotSupportedException
public void Add(AssignmentBaseline item)
Parameters
item
AssignmentBaseline
The item to add.
GetEnumerator()
Returns an enumerator for this collection.
public IEnumerator<assignmentbaseline> GetEnumerator()
Returns
IEnumerator<AssignmentBaseline>
an enumerator for this collection.
Remove(AssignmentBaseline)
Removes baseline from this collection.
public bool Remove(AssignmentBaseline item)
Parameters
item
AssignmentBaseline
The item to remove.
Returns
true if Aspose.Tasks.AssignmentBaseline instance has been removed successfully; otherwise, false
ToList()
Converts the AssignmentBaselineCollection object to a list of Aspose.Tasks.AssignmentBaseline objects.
public List<assignmentbaseline> ToList()
Returns
List of Aspose.Tasks.AssignmentBaseline objects. </assignmentbaseline></assignmentbaseline></assignmentbaseline>