Class EmailFlowExtenderBase
Inheritance
EmailFlowExtenderBase
Assembly: SoDataBase.dll
Syntax
public abstract class EmailFlowExtenderBase : TableExtenderBase<EmailFlowTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
EmailFlowExtenderBase()
Declaration
public EmailFlowExtenderBase()
EmailFlowExtenderBase(Features)
Declaration
public EmailFlowExtenderBase(EmailFlowExtenderBase.Features features)
Parameters
Fields
ColumnEmailFlowHierarchyId
Declaration
public const string ColumnEmailFlowHierarchyId = "emailFlowHierarchyId"
Field Value
_colEmailFlowHierarchyId
Declaration
protected ArchiveColumnInfo _colEmailFlowHierarchyId
Field Value
_colEmailFlowId
Declaration
protected ArchiveColumnInfo _colEmailFlowId
Field Value
_colMediumThumbnail
Declaration
protected ArchiveColumnInfo _colMediumThumbnail
Field Value
_colOverrideConsentSubscription
Declaration
protected ArchiveColumnInfo _colOverrideConsentSubscription
Field Value
_colShipmentType
Declaration
protected ArchiveColumnInfo _colShipmentType
Field Value
_colThumbnail
Declaration
protected ArchiveColumnInfo _colThumbnail
Field Value
Methods
InnerModifyQuery()
Template method called from ModifyQuery() during query processing; subclasses should implement it to build their queries. It will ONLY be called if IsQueryNeeded returns true.
Declaration
protected override void InnerModifyQuery()
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Derived classes should implement the population of ColumnData items for columns
that are NOT handled by this base class in this method. Whether a column is handled by
this base class is part of its database binding information, set by the various MapXXX methods.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type |
Name |
Description |
SoDataReader |
reader |
Data reader with the query result (one row)
|
ArchiveRow |
row |
archive row to be populated
|
Overrides
Implements
Extension Methods