Kind: Class
Source: Frontend/src/app/models/tasks/activities/activites.model.ts (line 102)
Part of: Frontend
Properties
| Property | Type |
|---|---|
ActivityParticipantID | number |
ParticipantID | number |
ParticipantTypeID | number |
Company | string |
Position | string |
HasSigned | boolean |
Attended | boolean |
RelatedToTypeID | number |
RelatedToID | number |
ActivityID | number |
Name | string |
Title | string |
IsSelected | boolean |
Type | number |
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)
CallActivityComponent—Frontend/src/app/components/dashboard/my-desk/activities/call-activity/call-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: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:1MyDeskComponent—Frontend/src/app/components/dashboard/my-desk/my-desk.component.ts:1NewTasksComponent—Frontend/src/app/components/dashboard/my-desk/tasks/new-tasks/new-tasks.component.ts:1VisitorDropdownComponent—Frontend/src/app/components/shared/dropdown/visitor-dropdown/visitor-dropdown.component.ts:1
Was this page helpful?