Class QuoteConnectionExtenderBase
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields.
Derived classes should simply implement
the method to join a QuoteConnectionTableInfo to the .
Inheritance
QuoteConnectionExtenderBase
Assembly: SoDataBase.dll
Syntax
public abstract class QuoteConnectionExtenderBase : TableExtenderBase<QuoteConnectionTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
QuoteConnectionExtenderBase()
Construct the extender and all all standard extenders (all features)
Declaration
public QuoteConnectionExtenderBase()
Fields
_colAllAccess
Declaration
protected ArchiveColumnInfo _colAllAccess
Field Value
_colConnectorName
Declaration
protected ArchiveColumnInfo _colConnectorName
Field Value
_colDeleted
Declaration
protected ArchiveColumnInfo _colDeleted
Field Value
_colDisplayDescription
Declaration
protected ArchiveColumnInfo _colDisplayDescription
Field Value
_colDisplayName
Declaration
protected ArchiveColumnInfo _colDisplayName
Field Value
_colERPName
Declaration
protected ArchiveColumnInfo _colERPName
Field Value
Declaration
protected ArchiveColumnInfo _colExtraData
Field Value
_colQuoteConnectionId
Declaration
protected ArchiveColumnInfo _colQuoteConnectionId
Field Value
_colRegisteredBy
Declaration
protected ArchiveColumnInfo _colRegisteredBy
Field Value
_colRegisteredDate
Declaration
protected ArchiveColumnInfo _colRegisteredDate
Field Value
_colUpdatedBy
Declaration
protected ArchiveColumnInfo _colUpdatedBy
Field Value
_colUpdatedDate
Declaration
protected ArchiveColumnInfo _colUpdatedDate
Field Value
Methods
InnerModifyQuery()
Add/map return fields to the query; call SetJoin to obtain the contact table info instance from
the derived class
Declaration
protected override void InnerModifyQuery()
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.QuoteConnectionTableInfo>.InnerModifyQuery()
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
SuperOffice.CRM.ArchiveLists.TableExtenderBase<SuperOffice.CRM.Data.QuoteConnectionTableInfo>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)