Show / Hide Table of Contents

Class NewsFeedItemRecipientRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the NewsFeedItemRecipient table.

Inheritance
object
NewsFeedItemRecipientRecordData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
NewsFeedItemRecipientRecordDataExtensions.ToInsertAsync(NewsFeedItemRecipientRecordData, CancellationToken)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top