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