List of events for a contact More...
Inherits System::Collections::Generic::IList< System::SharedPtr< Aspose::Email::PersonalInfo::CustomerEvent > >.
Public Member Functions | |
System::Nullable< System::DateTime > | get_Anniversary () |
Wedding anniversary More... | |
void | set_Anniversary (System::Nullable< System::DateTime > value) |
Wedding anniversary More... | |
System::Nullable< System::DateTime > | get_Birthday () |
Birthday More... | |
void | set_Birthday (System::Nullable< System::DateTime > value) |
Birthday More... | |
bool | get_IsReadOnly () const override |
Gets a value indicating whether the list is read-only. More... | |
int32_t | get_Count () const override |
Gets the number of elements contained in the T:System::Collections::ICollection. More... | |
void | Remove (System::SharedPtr< EventCategory > cat) |
void | RemoveAndInsertFirst (System::SharedPtr< CustomerEvent > evnt) |
void | Add (const System::SharedPtr< CustomerEvent > &value) override |
Adds an item to the list. More... | |
bool | Contains (const System::SharedPtr< CustomerEvent > &value) const override |
Determines whether the list contains a specific value. More... | |
void | Clear () override |
Removes all items from the list. More... | |
int32_t | IndexOf (const System::SharedPtr< CustomerEvent > &value) const override |
Determines the index of a specific item in the list. More... | |
void | Insert (int32_t index, const System::SharedPtr< CustomerEvent > &value) override |
Inserts an item to the list at the specified index. More... | |
bool | Remove (const System::SharedPtr< CustomerEvent > &value) override |
Removes the first occurrence of a specific object from the list. More... | |
void | RemoveAt (int32_t index) override |
Removes the list item at the specified index. More... | |
System::SharedPtr< CustomerEvent > | idx_get (int32_t index) const override |
Gets the element at the specified index. More... | |
void | idx_set (int32_t index, System::SharedPtr< CustomerEvent > value) override |
Sets the element at the specified index. More... | |
void | CopyTo (System::ArrayPtr< System::SharedPtr< CustomerEvent >> array, int32_t index) override |
Copies the elements to an array, starting at a particular array index. More... | |
System::SharedPtr< System::Collections::Generic::IEnumerator< System::SharedPtr< CustomerEvent > > > | GetEnumerator () override |
Returns an enumerator that iterates through a collection. More... | |
EventList () | |
Protected Member Functions | |
virtual | ~EventList () |
List of events for a contact
Aspose::Email::PersonalInfo::EventList::EventList | ( | ) |
|
protectedvirtual |
|
override |
Adds an item to the list.
value | The object to add to the list. |
|
override |
Removes all items from the list.
|
override |
Determines whether the list contains a specific value.
value | The object to locate in the list. |
|
override |
Copies the elements to an array, starting at a particular array index.
array | The one-dimensional array that is the destination of the elements copied from collections. The array must have zero-based indexing. |
index | The zero-based index in array at which copying begins. |
System::Nullable<System::DateTime> Aspose::Email::PersonalInfo::EventList::get_Anniversary | ( | ) |
Wedding anniversary
System::Nullable<System::DateTime> Aspose::Email::PersonalInfo::EventList::get_Birthday | ( | ) |
Birthday
|
override |
Gets the number of elements contained in the T:System::Collections::ICollection.
|
override |
Gets a value indicating whether the list is read-only.
|
override |
Returns an enumerator that iterates through a collection.
|
override |
Gets the element at the specified index.
index | The zero-based index of the element to get or set. |
|
override |
Sets the element at the specified index.
index | The zero-based index of the element to get or set. |
value | The element at the specified index. |
|
override |
Determines the index of a specific item in the list.
value | The T:System::Object to locate in the list. |
|
override |
Inserts an item to the list at the specified index.
index | The zero-based index at which value should be inserted. |
value | The T:System::Object to insert into the list. |
|
override |
Removes the first occurrence of a specific object from the list.
value | The T:System::Object to remove from the list. |
void Aspose::Email::PersonalInfo::EventList::Remove | ( | System::SharedPtr< EventCategory > | cat | ) |
void Aspose::Email::PersonalInfo::EventList::RemoveAndInsertFirst | ( | System::SharedPtr< CustomerEvent > | evnt | ) |
|
override |
Removes the list item at the specified index.
index | The zero-based index of the item to remove. |
void Aspose::Email::PersonalInfo::EventList::set_Anniversary | ( | System::Nullable< System::DateTime > | value | ) |
Wedding anniversary
void Aspose::Email::PersonalInfo::EventList::set_Birthday | ( | System::Nullable< System::DateTime > | value | ) |
Birthday