Class NewsFeedItemNewsFeedItemExtender
This class essentially converts a NewsFeedItem extender into a primary query provider, suitable for use in the NewsFeedItem Archive as the root query provider. This is done by having the SetJoin method return a free-standing NewsFeedItemTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class NewsFeedItemNewsFeedItemExtender : NewsFeedItemExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
NewsFeedItemNewsFeedItemExtender()
Construct the object and instantiate the NewsFeedItemTableInfo
Declaration
public NewsFeedItemNewsFeedItemExtender()
Fields
_primaryTable
This class essentially converts a NewsFeedItem extender into a primary query provider, suitable for use in the NewsFeedItem Archive as the root query provider. This is done by having the SetJoin method return a free-standing NewsFeedItemTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Declaration
protected readonly NewsFeedItemTableInfo _primaryTable
Field Value
| Type | Description |
|---|---|
| NewsFeedItemTableInfo |
Properties
TableToExtend
Return the free-standing table instance
Declaration
public override TableInfo TableToExtend { get; }
Property Value
| Type | Description |
|---|---|
| TableInfo |
Overrides
Methods
SetJoin()
Return the free-standing table instance - return a freestanding NewsFeedItem table
Declaration
protected override NewsFeedItemTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| NewsFeedItemTableInfo | TableInfo instance to be used by the base class |