Class ExternalEventExtenderBase
Extender base for the ExternalEvent table, used when displaying columns related to ExternalEventing to external users
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public abstract class ExternalEventExtenderBase : TableExtenderBase<ExternalEventTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ExternalEventExtenderBase()
Extender base for the ExternalEvent table, used when displaying columns related to ExternalEventing to external users
Declaration
protected ExternalEventExtenderBase()
Fields
_colEventDate
Extender base for the ExternalEvent table, used when displaying columns related to ExternalEventing to external users
Declaration
protected ArchiveColumnInfo _colEventDate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colHasSignOff
Extender base for the ExternalEvent table, used when displaying columns related to ExternalEventing to external users
Declaration
protected ArchiveColumnInfo _colHasSignOff
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colHasSignOn
Extender base for the ExternalEvent table, used when displaying columns related to ExternalEventing to external users
Declaration
protected ArchiveColumnInfo _colHasSignOn
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colIsExternalEvent
Extender base for the ExternalEvent table, used when displaying columns related to ExternalEventing to external users
Declaration
protected ArchiveColumnInfo _colIsExternalEvent
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
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 |