Class MailingsShadowSelectionStaticProviderV2
Shadow contact provider for the static Mailings provider.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("MailingsShadowStaticSelectionV2", 1073741823)]
public class MailingsShadowSelectionStaticProviderV2 : MailingsSelectionStaticProviderV2, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
MailingsShadowSelectionStaticProviderV2()
Shadow contact provider for the static Mailings provider.
Declaration
public MailingsShadowSelectionStaticProviderV2()
Fields
ProviderName
Shadow contact provider for the static Mailings provider.
Declaration
public const string ProviderName = "MailingsShadowStaticSelectionV2"
Field Value
Type | Description |
---|---|
String |
Properties
InhibitDistinctPrimaryKeys
Override: Since one s_shipment (primary) can refer to MANY persons (via s_shipment_addr), we must not filter away duplicate s_shipment.id rows - they can represent different persons/contacts that we want to keep. The AcceptRow(SoDataReader) will do that for us.
Declaration
public override bool InhibitDistinctPrimaryKeys { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
Methods
AcceptRow(SoDataReader)
Shadow contact provider for the static Mailings provider.
Declaration
protected override bool AcceptRow(SoDataReader reader)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader |
Returns
Type | Description |
---|---|
Boolean |
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Shadow contact provider for the static Mailings provider.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
PostProcessQuery()
Shadow contact provider for the static Mailings provider.
Declaration
public override void PostProcessQuery()
Overrides
RequiredPhaseOneFields()
Shadow contact provider for the static Mailings provider.
Declaration
protected override FieldInfo[] RequiredPhaseOneFields()
Returns
Type | Description |
---|---|
FieldInfo[] |
Overrides
SetDesiredColumns(String[])
Shadow contact provider for the static Mailings provider.
Declaration
public override void SetDesiredColumns(params string[] columnIds)
Parameters
Type | Name | Description |
---|---|---|
String[] | columnIds |
Overrides
SetRestriction(ArchiveRestrictionInfo[])
Shadow contact provider for the static Mailings provider.
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions |
Returns
Type | Description |
---|---|
Boolean |