Kind: Class
Source: Frontend/src/app/models/common/notification.model.ts (line 2)
Part of: Frontend
Properties
| Property | Type |
|---|---|
NotificationID | number |
NotificationTypeID | number |
NotificationContent | string |
PersonID | number |
CompanyBranchID | number |
CreationDate | Date |
NotificationDate | Date |
MailSent | number |
IsRead | number |
SentMailID | number |
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
NotificationRowComponent—Frontend/src/app/components/notifications/notification-row/notification-row.component.ts:1NotificationService—Frontend/src/app/services/common/notification.service.ts:1
Was this page helpful?