Represents a collection of AssignmentBaseline objects.
More...
#include <AssignmentBaselineCollection.h>
Inherits System::Collections::Generic::IList< typename >.
|
using | iterator_holder_type = System::Collections::Generic::List< System::SharedPtr< AssignmentBaseline > > |
| A collection type whose iterator types is used as iterator types in the current collection.
|
|
using | iterator = typename iterator_holder_type::iterator |
| Iterator type.
|
|
using | const_iterator = typename iterator_holder_type::const_iterator |
| Const iterator type.
|
|
using | virtualized_iterator_element = typename iterator_holder_type::virtualized_iterator_element |
| Virtualized element type.
|
|
using | virtualized_iterator = typename iterator_holder_type::virtualized_iterator |
| Virtualized type.
|
|
Represents a collection of AssignmentBaseline objects.
◆ Add()
void Aspose::Tasks::AssignmentBaselineCollection::Add |
( |
const System::SharedPtr< AssignmentBaseline > & |
item | ) |
|
|
override |
This is the stub implementation of ICollection's Add method, that only throws NotSupportedException
- Parameters
-
◆ begin() [1/2]
const_iterator Aspose::Tasks::AssignmentBaselineCollection::begin |
( |
| ) |
const |
|
noexcept |
Gets iterator pointing to the first element (if any) of the const-qualified instance of the collection.
- Returns
- An iterator pointing to the first element (if any) of the const-qualified instance of the collection
◆ begin() [2/2]
iterator Aspose::Tasks::AssignmentBaselineCollection::begin |
( |
| ) |
|
|
noexcept |
Gets iterator pointing to the first element (if any) of the collection.
- Returns
- An iterator pointing to the first element (if any) of the collection
◆ cbegin()
const_iterator Aspose::Tasks::AssignmentBaselineCollection::cbegin |
( |
| ) |
const |
|
noexcept |
Gets iterator pointing to the first const-qualified element (if any) of the collection.
- Returns
- An iterator pointing to the first const-qualified element (if any) of the collection
◆ cend()
const_iterator Aspose::Tasks::AssignmentBaselineCollection::cend |
( |
| ) |
const |
|
noexcept |
Gets iterator pointing right after the last const-qualified element (if any) of the collection.
- Returns
- An iterator pointing right after the last const-qualified element (if any) of the collection
◆ end() [1/2]
const_iterator Aspose::Tasks::AssignmentBaselineCollection::end |
( |
| ) |
const |
|
noexcept |
Gets iterator pointing right after the last element (if any) of the const-qualified instance of the collection.
- Returns
- An iterator pointing right after the last element (if any) of the const-qualified instance of the collection
◆ end() [2/2]
iterator Aspose::Tasks::AssignmentBaselineCollection::end |
( |
| ) |
|
|
noexcept |
Gets iterator pointing right after the last element (if any) of the collection.
- Returns
- An iterator pointing right after the last element (if any) of the collection
◆ get_Count()
int32_t Aspose::Tasks::AssignmentBaselineCollection::get_Count |
( |
| ) |
const |
|
override |
◆ get_ParentAssignment()
const System::SharedPtr<ResourceAssignment>& Aspose::Tasks::AssignmentBaselineCollection::get_ParentAssignment |
( |
| ) |
const |
◆ GetEnumerator()
System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<AssignmentBaseline> > > Aspose::Tasks::AssignmentBaselineCollection::GetEnumerator |
( |
| ) |
|
|
override |
Returns an enumerator for this collection.
- Returns
- an enumerator for this collection.
◆ idx_get()
System::SharedPtr<AssignmentBaseline> Aspose::Tasks::AssignmentBaselineCollection::idx_get |
( |
int32_t |
index | ) |
const |
|
override |
Returns the element at the specified index.
- Parameters
-
index | The zero-based index of the element to get. |
- Returns
- the element at the specified index.
◆ idx_set()
void Aspose::Tasks::AssignmentBaselineCollection::idx_set |
( |
int32_t |
index, |
|
|
System::SharedPtr< AssignmentBaseline > |
value |
|
) |
| |
|
override |
Returns the element at the specified index.
- Parameters
-
index | The zero-based index of the element to get. |
value | the element at the specified index. |
◆ Remove()
bool Aspose::Tasks::AssignmentBaselineCollection::Remove |
( |
const System::SharedPtr< AssignmentBaseline > & |
item | ) |
|
|
override |
Removes baseline from this collection.
- Parameters
-
- Returns
- true if AssignmentBaseline instance has been removed successfully; otherwise, false
◆ ToList()
System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<AssignmentBaseline> > > Aspose::Tasks::AssignmentBaselineCollection::ToList |
( |
| ) |
|
◆ virtualizeBeginConstIterator()
virtualized_iterator* Aspose::Tasks::AssignmentBaselineCollection::virtualizeBeginConstIterator |
( |
| ) |
const |
|
override |
Gets iterator pointing to the first element (if any)of the const-qualified instance of the collection.
- Returns
- An iterator pointing to the first element (if any)of the const-qualified instance of the collection Provides const iterator implementation to container's first element.
-
Newly-created iterator object.
◆ virtualizeBeginIterator()
Gets iterator pointing to the first element (if any) of the collection.
- Returns
- An iterator pointing to the first element (if any) of the collection Provides iterator implementation to container's first element.
-
Newly-created iterator object.
◆ virtualizeEndConstIterator()
virtualized_iterator* Aspose::Tasks::AssignmentBaselineCollection::virtualizeEndConstIterator |
( |
| ) |
const |
|
override |
Gets iterator pointing right after the last element (if any)of the const-qualified instance of the collection.
- Returns
- An iterator pointing right after the last element (if any)of the const-qualified instance of the collection Provides const iterator implementation to container's end.
-
Newly-created iterator object.
◆ virtualizeEndIterator()
Gets iterator pointing right after the last element (if any) of the collection.
- Returns
- An iterator pointing right after the last element (if any) of the collection Provides iterator implementation to container's end.
-
Newly-created iterator object.