Represents a collection of CalendarException objects.
More...
#include <CalendarExceptionCollection.h>
Inherits System::Collections::Generic::IList< typename >.
Represents a collection of CalendarException objects.
◆ Add()
void Aspose::Tasks::CalendarExceptionCollection::Add |
( |
const System::SharedPtr< CalendarException > & |
item | ) |
|
|
override |
◆ AddRange()
void Aspose::Tasks::CalendarExceptionCollection::AddRange |
( |
const System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< CalendarException >>> & |
exceptionList | ) |
|
Adds range of exceptions to the internal list.
- Parameters
-
exceptionList | Range of exceptions to add. |
◆ Clear()
void Aspose::Tasks::CalendarExceptionCollection::Clear |
( |
| ) |
|
|
override |
◆ get_Count()
int32_t Aspose::Tasks::CalendarExceptionCollection::get_Count |
( |
| ) |
const |
|
override |
◆ get_ParentCalendar()
System::SharedPtr<Calendar> Aspose::Tasks::CalendarExceptionCollection::get_ParentCalendar |
( |
| ) |
const |
Gets the parent calendar for this object.
◆ GetEnumerator()
System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<CalendarException> > > Aspose::Tasks::CalendarExceptionCollection::GetEnumerator |
( |
| ) |
|
|
override |
Returns an enumerator for this collection.
- Returns
- an enumerator for this collection.
◆ idx_get()
System::SharedPtr<CalendarException> Aspose::Tasks::CalendarExceptionCollection::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::CalendarExceptionCollection::idx_set |
( |
int32_t |
index, |
|
|
System::SharedPtr< CalendarException > |
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::CalendarExceptionCollection::Remove |
( |
const System::SharedPtr< CalendarException > & |
item | ) |
|
|
override |
Removes CalendarException instance from this collection.
- Parameters
-
- Returns
- true if the specified exception was removed successfully.
◆ ToList()
System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<CalendarException> > > Aspose::Tasks::CalendarExceptionCollection::ToList |
( |
| ) |
|