Represents a collection of CalendarException objects.
More...
#include <CalendarExceptionCollection.h>
Inherits System::Collections::Generic::IList< typename >.
Represents a collection of CalendarException objects.
void Aspose::Tasks::CalendarExceptionCollection::Add |
( |
const System::SharedPtr< CalendarException > & |
item | ) |
|
|
override |
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. |
void Aspose::Tasks::CalendarExceptionCollection::Clear |
( |
| ) |
|
|
override |
int32_t Aspose::Tasks::CalendarExceptionCollection::get_Count |
( |
| ) |
const |
|
override |
System::SharedPtr<Calendar> Aspose::Tasks::CalendarExceptionCollection::get_ParentCalendar |
( |
| ) |
const |
Gets the parent calendar for this object.
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.
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.
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. |
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.
System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<CalendarException> > > Aspose::Tasks::CalendarExceptionCollection::ToList |
( |
| ) |
|