Show / Hide Table of Contents

Class AnnouncementAcknowledgement

A record exists in this table if a user has seen an announcement and would like to not be shown that announcement again.

Inheritance
System.Object
AnnouncementAcknowledgement
Namespace: LymeTemplateApi.Models
Assembly: LymeTemplateApi.Models.dll
Syntax
public class AnnouncementAcknowledgement : object

Properties

Announcement

EF Navigation Property

Declaration
public Announcement Announcement { get; set; }
Property Value
Type Description
Announcement

AnnouncementId

Part of composite key. Foreign Key to Announcement table.

Declaration
public int AnnouncementId { get; set; }
Property Value
Type Description
System.Int32

UserInfo

EF Navigation Property

Declaration
public UserInfo UserInfo { get; set; }
Property Value
Type Description
UserInfo

UserInfoId

Part of composite key. Foreign Key to UserInfo table.

Declaration
public int UserInfoId { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX