Class NewsFeedItemRecipientExtender
Extender base for the NewsFeedItem Recipient table, adds the isRead and readAt columns
Inheritance
NewsFeedItemRecipientExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class NewsFeedItemRecipientExtender : TableExtenderBase<NewsFeedItemRecipientTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
NewsFeedItemRecipientExtender()
Extender base for the NewsFeedItem Recipient table, adds the isRead and readAt columns
Declaration
public NewsFeedItemRecipientExtender()
Fields
_colIsRead
Extender base for the NewsFeedItem Recipient table, adds the isRead and readAt columns
Declaration
protected ArchiveColumnInfo _colIsRead
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colReadDate
Extender base for the NewsFeedItem Recipient table, adds the isRead and readAt columns
Declaration
protected ArchiveColumnInfo _colReadDate
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
Methods
InnerModifyQuery()
Template method called from ModifyQuery() during query processing; subclasses should implement it to build their queries. It will ONLY be called if IsQueryNeeded returns true.
Declaration
protected override void InnerModifyQuery()
Overrides
SetJoin()
Subclass contract: Implementations of this method should create the extenders' table information object, join it to the relevant parent, and return the table information instance
Declaration
protected override NewsFeedItemRecipientTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| NewsFeedItemRecipientTableInfo |