AssociatedPersonsList
Contents
[
Hide
]AssociatedPersonsList class
List of associated persons for a contact
Constructors
| Name | Description |
|---|---|
| AssociatedPersonsList |
Methods
| Name | Description |
|---|---|
| Add | Adds an item to the list. |
| Clear | Removes all items from the list. |
| Contains | Determines whether the list contains a specific value. |
| CopyTo | Copies the elements to an array, starting at a particular array index. |
| get_Assistant | Default assistant |
| get_Brother | Brother |
| get_Child | Child |
| get_Count | Gets the number of elements contained in the T:System::Collections::ICollection . |
| get_DomesticPartner | Default domestic partner |
| get_Father | Father |
| get_Friend | Default friend |
| get_IsReadOnly | Gets a value indicating whether the list is read-only. |
| get_IsSynchronized | Gets a value indicating whether access to the T:System::Collections::ICollection is synchronized (thread safe). |
| get_Manager | Default manager |
| get_Mother | Mother |
| get_Parent | Parent |
| get_Partner | Default partner |
| get_ReferredBy | Default referred by |
| get_Relative | Relative |
| get_Sister | Sister |
| get_Spouse | Spouse |
| get_SyncRoot | Gets an object that can be used to synchronize access to the T:System::Collections::ICollection . |
| GetEnumerator | Returns an enumerator that iterates through a collection. |
| idx_get | Gets the element at the specified index. |
| idx_set | Sets the element at the specified index. |
| IndexOf | Determines the index of a specific item in the list. |
| Insert | Inserts an item to the list at the specified index. |
| Remove | Removes the first occurrence of a specific object from the list. |
| RemoveAt | Removes the list item at the specified index. |
| set_Assistant | Default assistant |
| set_Brother | Brother |
| set_Child | Child |
| set_DomesticPartner | Default domestic partner |
| set_Father | Father |
| set_Friend | Default friend |
| set_Manager | Default manager |
| set_Mother | Mother |
| set_Parent | Parent |
| set_Partner | Default partner |
| set_ReferredBy | Default referred by |
| set_Relative | Relative |
| set_Sister | Sister |
| set_Spouse | Spouse |