Represents a collection of Appointment objects. More...
Inherits System::Collections::Generic::ListExt< System::SharedPtr< Appointment > >.
Public Member Functions | |
| AppointmentCollection () | |
| Initializes a new instance of the AppointmentCollection class that is empty. More... | |
| AppointmentCollection (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Appointment >>> appointments) | |
| Initializes a new instance of the AppointmentCollection class More... | |
| System::ArrayPtr< System::SharedPtr< Appointment > > | GetAppointments () |
| void | SetTemplateWeakPtr (uint32_t argument) override |
Static Public Member Functions | |
| static System::SharedPtr< AppointmentCollection > | to_AppointmentCollection (System::ArrayPtr< System::SharedPtr< Appointment >> appointments) |
| Converts array of appointments to collection More... | |
Protected Member Functions | |
| virtual | ~AppointmentCollection () |
Represents a collection of Appointment objects.
| Aspose::Email::Calendar::AppointmentCollection::AppointmentCollection | ( | ) |
Initializes a new instance of the AppointmentCollection class that is empty.
| Aspose::Email::Calendar::AppointmentCollection::AppointmentCollection | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Appointment >>> | appointments | ) |
Initializes a new instance of the AppointmentCollection class
| appointments | initial value |
|
protectedvirtual |
| System::ArrayPtr<System::SharedPtr<Appointment> > Aspose::Email::Calendar::AppointmentCollection::GetAppointments | ( | ) |
|
override |
|
static |
Converts array of appointments to collection
| appointments | Array of appointments to convert |