Class MailingsSelectionDynamicProviderV2
Mailings selection archive with OR-able selection groups. Each group is represented with the MailingsSelectionDynamicProviderSingleCriteriaGroup.
Inheritance
MailingsSelectionDynamicProviderV2
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("MailingsDynamicSelectionV2", 1073741823)]
public class MailingsSelectionDynamicProviderV2 : DynamicSelectionMultiCriteriaGroupBase, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
MailingsSelectionDynamicProviderV2()
Mailings selection archive with OR-able selection groups. Each group is represented with the MailingsSelectionDynamicProviderSingleCriteriaGroup.
Declaration
public MailingsSelectionDynamicProviderV2()
Fields
ProviderName
Mailings selection archive with OR-able selection groups. Each group is represented with the MailingsSelectionDynamicProviderSingleCriteriaGroup.
Declaration
public const string ProviderName = "MailingsDynamicSelectionV2"
Field Value
Type | Description |
---|---|
string |
Methods
PreGetRows()
Hook for subclasses that wish to perform custom processing right before the GetRows call is executed
Declaration
protected override void PreGetRows()
Overrides
SetDesiredEntities(params string[])
Store the desired entities, so they don't get lost until SetRestrictions tells us what to do
Declaration
public override void SetDesiredEntities(params string[] entities)
Parameters
Type | Name | Description |
---|---|---|
string[] | entities |