# ContactPersons

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/common/contactperson.model.ts` (line 8)

**Part of:** [Pams](subsystem-pams)

## Properties

| Property | Type |
|---|---|
| `ContactPersonID` | `number` |
| `Title` | `string` |
| `Name` | `string` |
| `Postion` | `string` |
| `Department` | `string` |
| `Phone` | `string` |
| `Mobile` | `string` |
| `Email` | `string` |
| `Fax` | `string` |
| `Website` | `string` |
| `OnlineSupport` | `string` |
| `Comments` | `string` |
| `ImgPath` | `string` |
| `ContactPersonRelatedTypeID` | `number` |
| `RelatedToID` | `number` |
| `ContactReferences` | `ContactPersonReference[]` |
| `ContactInfoList` | `Array<ContactInfo>` |
| `CreatedAt` | `Date` |
| `CreatedBy` | `string` |
| `ModifiedAt` | `Date` |
| `ModifiedBy` | `string` |
| `Account` | `string` |
| `CompanyBranchID` | `number` |
| `_isSelected` | `boolean` |

## Relationships

- IMPORTS → `ContactInfo`

## Used by

8 references from 8 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (8)

- `AccountDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/market/account-details/account-details.component.ts`:1
- `ClientViewEditComponent` — `Pams/Web/Pams.Web/Client/app/components/market/client/client-view-edit/client-view-edit.component.ts`:1
- `ContactViewEditComponent` — `Pams/Web/Pams.Web/Client/app/components/market/contacts/contact-view-edit/contact-view-edit.component.ts`:1
- `ContactsComponent` — `Pams/Web/Pams.Web/Client/app/components/market/contacts/contacts.component.ts`:1
- `PrincipalViewEditComponent` — `Pams/Web/Pams.Web/Client/app/components/market/principles/principles-view-edit/principles-view-edit.component.ts`:1
- `NewJobComponent` — `Pams/Web/Pams.Web/Client/app/components/sales/new-job/new-job.component.ts`:1
- `Project` — `Pams/Web/Pams.Web/Client/app/models/sales/project.model.ts`:9
- `NewProject` — `Pams/Web/Pams.Web/Client/app/components/market/projects/newProject.ts`:51
