Show / Hide Table of Contents

Class DBC.NewsFeedItemRecipientFields

Fields for NewsFeedItemRecipient, Recipients of the news feed item. One news feed item may be sent to multiple recipients (users).

Inheritance
object
DBC.NewsFeedItemRecipientFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.NewsFeedItemRecipientFields

Fields

AssociateId

NewsFeedItemRecipient.AssociateId: Foreign key to user that should receive this news item.

Declaration
public const string AssociateId = "associate_id"
Field Value
Type Description
string

IsRead

NewsFeedItemRecipient.IsRead: Set to true when the recipient user has read the news feed item.

Declaration
public const string IsRead = "IsRead"
Field Value
Type Description
string

NewsFeedItemRecipientId

NewsFeedItemRecipient.NewsFeedItemRecipientId: Primary key

Declaration
public const string NewsFeedItemRecipientId = "newsfeeditemrecipient_id"
Field Value
Type Description
string

NewsfeeditemId

NewsFeedItemRecipient.NewsfeeditemId: Foreign key to NewsFeedItem that this recipient belongs to.

Declaration
public const string NewsfeeditemId = "newsfeeditem_id"
Field Value
Type Description
string

ReadAt

NewsFeedItemRecipient.ReadAt: When the recipient user read the news feed item (UTC)

Declaration
public const string ReadAt = "ReadAt"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top