| Name | Description | |
|---|---|---|
| Add | Add an item to the end of the collection. | |
| Clear | Clear collection. | |
| CreateClientEmployment | Create a finClientEmployment object. | |
| ExistsPk | Checks to see if an item with the specified primary key exists in the collection. | |
| GetCurrentEmployment | Get details of the Current Employment record for the Client. | |
| GetEmployeePksListSharingWithEmployee | Get a List of all Employees' primary keys in this collection who are sharing their Accounts with the specified Employee. | |
| GetMonthsInCurrentEmployment | Get the number of whole months in the current Employment. | |
| GetMonthsInPreviousEmployment | Get the number of whole months in the Previous Employment. | |
| GetObjectName | ||
| GetPreviousEmployment | Get details of the Previous Employment record for the Client. | |
| 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 Object's Parent Client. | |
| 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. |