| Name | Description | |
|---|---|---|
| Add | Add an item to the end of the collection. | |
| AddCollateralItem | Add an item to the end of the collection. | |
| Clear | Clear collection. | |
| CountUsed | The number of items that are flagged as 'Used'. | |
| CreateAccountAppCollateralItem | Create a finAccountAppCollateralItem object. | |
| Exists | Check to see if an item with this Key exists in the collection. | |
| ExistsPk | Checks to see if an item with the specified primary key exists in the collection. | |
| 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. | |
| TotalInsurancePremium | The total value of all Premiums of Collateral Items. | |
| TotalInsuranceSumInsured | The total of all Insurance Cover Value of Collateral Items. | |
| TotalResidualValue | The total Residual value of all Collateral Items. | |
| TotalSecurityValue | The total Security value of Collateral Items. | |
| TotalValuationPriorRanking | The total value of all Prior Mortgages for Land type Collateral Items. | |
| TotalValue | The total value of all Collateral Items. | |
| TotalValueTradeIn | The total value of all Trade-In Collateral Items. | |
| Validate | Validate Collateral Items to make sure information is valid. |
| Name | Description | |
|---|---|---|
| AccountApp Read-Only | The collection's parent Account Application. | |
| HasOnlyDefunctAndTradeIns Read-Only | Indicates whether this collection has any Collateral Items that are not flagged as Defunct or Trade-In. | |
| IsDirty Read-Only | Indicates whether this collection or any of its items have been modified. | |
| ItemByKey Read-Only | Retrieve an item by its Key or Nothing if no item with this Key exists in the collection. | |
| ItemByPk Read-Only | Retrieve an item by its primary key or Nothing if no item exists with this primary key. | |
| Parent Read-Only | The collection's parent object. |