Class NewsFeedItemProvider
Archive provider for the user's list of newsfeed items. Handled and expired items are filtered out of the list.
Name: "NewsFeedItem" Entity name: "newsfeeditem"Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[ArchiveProvider("NewsFeedItem", 1073741823)]
public class NewsFeedItemProvider : TypedQueryProviderBase<ArchiveRow, NewsFeedItemNewsFeedItemExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
NewsFeedItemProvider()
Archive provider for the user's list of newsfeed items. Handled and expired items are filtered out of the list.
Name: "NewsFeedItem" Entity name: "newsfeeditem"Declaration
public NewsFeedItemProvider()
Fields
ProviderName
Archive provider for the user's list of newsfeed items. Handled and expired items are filtered out of the list.
Name: "NewsFeedItem" Entity name: "newsfeeditem"Declaration
public const string ProviderName = "NewsFeedItem"
Field Value
| Type | Description |
|---|---|
| string |
RowTypeItem
Archive provider for the user's list of newsfeed items. Handled and expired items are filtered out of the list.
Name: "NewsFeedItem" Entity name: "newsfeeditem"Declaration
public const string RowTypeItem = "newsfeeditem"
Field Value
| Type | Description |
|---|---|
| string |
Methods
PostProcessQuery()
This method is called after ModifyQuery has been called on all extenders, but before the query is executed. It is used for processing that needs the query to be 'complete' from the extenders, and gives the opportunity to tweak it, for instance by adding return fields needed for some particular functionality.
Declaration
public override void PostProcessQuery()