Class NewsFeedItemRecipientRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the NewsFeedItemRecipient table.
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class NewsFeedItemRecipientRecordData
Remarks
Please use this class instead of a full NewsFeedItemRecipientRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding NewsFeedItemRecipientTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
NewsFeedItemRecipientRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the NewsFeedItemRecipient table.
Declaration
public NewsFeedItemRecipientRecordData()
Remarks
Please use this class instead of a full NewsFeedItemRecipientRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding NewsFeedItemRecipientTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
AssociateId
Foreign key to user that should receive this news item.
Declaration
public int AssociateId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full NewsFeedItemRecipientRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding NewsFeedItemRecipientTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
IsRead
Set to true when the recipient user has read the news feed item.
Declaration
public short IsRead
Field Value
| Type | Description |
|---|---|
| short |
Remarks
Please use this class instead of a full NewsFeedItemRecipientRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding NewsFeedItemRecipientTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
NewsFeedItemRecipientId
Primary key
Declaration
public int NewsFeedItemRecipientId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full NewsFeedItemRecipientRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding NewsFeedItemRecipientTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
NewsfeeditemId
Foreign key to NewsFeedItem that this recipient belongs to.
Declaration
public int NewsfeeditemId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full NewsFeedItemRecipientRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding NewsFeedItemRecipientTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ReadAt
When the recipient user read the news feed item (UTC) in UTC.
Declaration
public DateTime ReadAt
Field Value
| Type | Description |
|---|---|
| DateTime |
Remarks
Please use this class instead of a full NewsFeedItemRecipientRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding NewsFeedItemRecipientTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.