Class SelectionAddStaticContactMemberExtender
Contact extender for dynamic selection, containing the special handling needed for the STOP and NO DM modifiers
Inheritance
SelectionAddStaticContactMemberExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class SelectionAddStaticContactMemberExtender : SelectionCombinedContactPersonExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin, ICombinedWithPossiblePersonFirst
Constructors
SelectionAddStaticContactMemberExtender()
Declaration
public SelectionAddStaticContactMemberExtender()
Fields
_colIncludeContactWithNoDM
Declaration
protected ArchiveColumnInfo _colIncludeContactWithNoDM
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colIncludeWithStop
Declaration
protected ArchiveColumnInfo _colIncludeWithStop
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
ColumnIncludeContactWithNoDM
Declaration
public const string ColumnIncludeContactWithNoDM = "includeContactWithNoDMRestriction"
Field Value
Type | Description |
---|---|
String |
ColumnIncludeWithStop
Declaration
public const string ColumnIncludeWithStop = "includeContactWithStopRestriction"
Field Value
Type | Description |
---|---|
String |
Methods
SetRestriction(ArchiveRestrictionInfo[])
Override to allow special dynamic selection behaviour of restrictions; in particular, handle the noMailings and Retired restrictions, which are modifiers rather than mapping directly to simple database file/operator/value.
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions |
Returns
Type | Description |
---|---|
Boolean |
Overrides
Remarks
Parallel handling of contact-level modifiers can be found in SelectionDynamicContactExtender.
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)