Kind: Class
Source: Frontend/src/app/models/common/contactperson.model.ts (line 16)
Part of: Frontend
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 |
Used by
12 references from 12 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (12)
AccountDetailsComponent—Frontend/src/app/components/market/account-details/account-details.component.ts:1ContactViewEditComponent—Frontend/src/app/components/market/contacts/contact-view-edit/contact-view-edit.component.ts:1ContactsComponent—Frontend/src/app/components/market/contacts/contacts.component.ts:1NewJobComponent—Frontend/src/app/components/sales/new-job/new-job.component.ts:1SelectedTags—Frontend/src/app/components/shared/dropdown/custom-tag-input/custom-tag-input.component.ts:1ContactPersonReferenceService—Frontend/src/app/services/common/contact-person-reference.service.ts:1ContactPersonService—Frontend/src/app/services/common/contact-person.service.ts:1AccountType—Frontend/src/app/models/person/accounts.model.ts:13
…and 4 more.
Was this page helpful?