Kind: Class
Source: Frontend/src/app/models/common/contact-info.model.ts (line 2)
Part of: Frontend
Properties
| Property | Type |
|---|---|
ContactInfoID | number |
ContactInfoTypeID | number |
ContactInfoValue | string |
Name | string |
OrderNumber | number |
IsDefault | boolean |
RelatedTypeID | number |
RelatedToID | number |
IsVerified | boolean |
VerificationHash | string |
Used by
15 references from 15 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (15)
NewBranchComponent—Frontend/src/app/components/configuration/company/main-branch/new.branch.component.ts:1AccountDetailsComponent—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:1ContactInfoService—Frontend/src/app/services/common/contact-info.service.ts:1ContactInfoTypeEnum—Frontend/src/app/models/common/contactperson.model.ts:6CompanyBranchContactInfo—Frontend/src/app/models/organization/company-branch-contact-info.model.ts:4CompanyBranchLookup—Frontend/src/app/models/organization/company-branch.model.ts:5
…and 7 more.
Was this page helpful?