Kind: Class
Source: Frontend/src/app/models/tasks/activities/activites.model.ts (line 39)
Part of: Frontend
Properties
| Property | Type |
|---|---|
ActivityID | number |
_StartDate | Date |
Priority | string |
PrepearedByName | string |
PrepearedByID | number |
TaskID | number |
OwnerName | string |
UserID | number |
ActivityType | string |
ActivityParticipantNames | ActivityParticipantView[] |
PriorityColor | string |
EMailTo | string |
Title | string |
LocationTitle | string |
LocationType | number |
numbers | number |
Used by
4 references from 4 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (4)
Activities2Component—Frontend/src/app/components/dashboard/my-desk/activities/activities-2.component.ts:1ActivitiesComponent—Frontend/src/app/components/dashboard/my-desk/activities/activities.component.ts:1MeetingActivityComponent—Frontend/src/app/components/dashboard/my-desk/activities/meeting-activity/meeting-activity.component.ts:1DataToAttach—Frontend/src/app/services/dashboard/mydesk/activities.service.ts:1
Was this page helpful?