Class NewsFeedItemContactExtender
Extend a NewsFeedItem extender with a Contact extender, to provide the Contact columns related to a NewsFeedItem.
Inheritance
NewsFeedItemContactExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class NewsFeedItemContactExtender : ContactExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
NewsFeedItemContactExtender()
Initialize the Contact
Declaration
public NewsFeedItemContactExtender()
NewsFeedItemContactExtender(Features)
Initialize the Contact with a given set of features
Declaration
public NewsFeedItemContactExtender(ContactExtenderBase.Features features)
Parameters
| Type | Name | Description |
|---|---|---|
| ContactExtenderBase.Features | features |
Methods
SetJoin()
Create a Contact tableinfo and join it to the parent NewsFeedItem
Declaration
protected override ContactTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| ContactTableInfo | ContactTableInfo of the newly created info instance |