| Name | Description | |
|---|---|---|
| Add | Add an item to the end of the collection. | |
| AddContactMethod | Add a Contact Method to the end of the collection. | |
| Clear | Clear collection. | |
| CountCurrent | Get a Count of all Current Contact Methods. | |
| CountIncludeInSummary | A Count of Current Client Contact Methods that have a Contact Method that is flagged to 'Show In Summary'. | |
| CreateClientContactMethod | Create a finClientContactMethod object. | |
| ExistsPk | Checks to see if an item with the specified primary key exists in the collection. | |
| GetCurrentContactMethod | Get details of a Current contact method for the Client (i.e., the Contact Method's Category is blank). | |
| GetCurrentEmail | Get details of a Current Email Contact Method. | |
| GetCurrentFacsimile | Get details of a Current Phone Contact Method that allows Facsimile. | |
| GetCurrentMobile | Get details of a Current Mobile Phone Contact Method. | |
| GetCurrentPhone | Get details of a Current Phone Contact Method. | |
| GetCurrentPhoneHome | Get details of a Current Home Phone Contact Method. | |
| GetCurrentPhoneSms | Get details of the Current SMS capable Phone Contact Method. | |
| GetCurrentPhoneWork | Get details of a Current Work Phone Contact Method. | |
| GetCurrentWebsite | Get details of a Current Website. | |
| GetItemFromContactMethodId | Get the first Item in the collection that has the specified Contact Method Id. | |
| GetObjectName | ||
| Insert | Insert an item into the collection at the specified position. | |
| Remove | Remove an item from the collection. | |
| RemoveAt | Remove an item from the collection. | |
| ToXmlString | Persists collection to an XML string. |
| Name | Description | |
|---|---|---|
| Client Read-Only | This collection's parent Client. | |
| ClientSearchPhoneNumberList Read-Only | A list of Contact Method Phone Numbers used in the Client Search. | |
| IsDirty Read-Only | Indicates whether this collection or any of its items have been modified. | |
| ItemByPk Read-Only | Retrieve an item by its primary key or Nothing if no item exists with this primary key. | |
| Parent Read-Only | This collection's parent. |