Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/common/contactperson.model.ts (line 8)
Part of: 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:1ClientViewEditComponent—Pams/Web/Pams.Web/Client/app/components/market/client/client-view-edit/client-view-edit.component.ts:1ContactViewEditComponent—Pams/Web/Pams.Web/Client/app/components/market/contacts/contact-view-edit/contact-view-edit.component.ts:1ContactsComponent—Pams/Web/Pams.Web/Client/app/components/market/contacts/contacts.component.ts:1PrincipalViewEditComponent—Pams/Web/Pams.Web/Client/app/components/market/principles/principles-view-edit/principles-view-edit.component.ts:1NewJobComponent—Pams/Web/Pams.Web/Client/app/components/sales/new-job/new-job.component.ts:1Project—Pams/Web/Pams.Web/Client/app/models/sales/project.model.ts:9NewProject—Pams/Web/Pams.Web/Client/app/components/market/projects/newProject.ts:51
Was this page helpful?