Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/tasks/activities/activity-topic.model.ts (line 4)
Part of: Pams
Properties
| Property | Type |
|---|---|
ActivityTopicID | number |
ActivityID | number |
TopicTitle | string |
DisplayOrder | number |
ParentID | number |
ActivityActions | ActivityAction[] |
isOpen | boolean |
DisplayTopicIndex | number |
DisplaySubTopicIndex | number |
saved | boolean |
Relationships
- IMPORTS →
Comment - IMPORTS →
Tag
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)
TopicComponent—Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/activities/topic/topic.component.ts:1NewTasksComponent—Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/tasks/new-tasks/new-tasks.component.ts:1ActivitiesService—Pams/Web/Pams.Web/Client/app/services/dashboard/mydesk/activities.service.ts:1Activities—Pams/Web/Pams.Web/Client/app/models/tasks/activities/Activites.model.ts:4
Was this page helpful?