Kind: Class
Source: Frontend/src/app/models/common/tags.model.ts (line 1)
Part of: Frontend
Properties
| Property | Type |
|---|---|
TagID | number |
TagTitle | string |
TagContent | string |
ReferenceToID | number |
ReferenceToTypeID | number |
TaskID | number |
ActivityID | number |
TagRelatedToID | number |
TagRelatedTypeID | number |
_companyBranchId | number |
_ReferenceToTypeName | string |
Used by
28 references from 28 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (28)
MrqDetailsComponent—Frontend/src/app/components/MRQ/mrq-details/mrq-details.component.ts:1CallActivityComponent—Frontend/src/app/components/dashboard/my-desk/activities/call-activity/call-activity.component.ts:1MailActivityComponent—Frontend/src/app/components/dashboard/my-desk/activities/mail-activity/mail-activity.component.ts:1MeetingActivityComponent—Frontend/src/app/components/dashboard/my-desk/activities/meeting-activity/meeting-activity.component.ts:1NewActivityComponent—Frontend/src/app/components/dashboard/my-desk/activities/new-activity/new-activity.component.ts:1TopicComponent—Frontend/src/app/components/dashboard/my-desk/activities/topic/topic.component.ts:1VisitActivityComponent—Frontend/src/app/components/dashboard/my-desk/activities/visit-activity/visit-activity.component.ts:1MyDeskColumnsViewComponent—Frontend/src/app/components/dashboard/my-desk/my-desk-columns-view/my-desk-columns-view.component.ts:1
…and 20 more.
Was this page helpful?