Class PriceListExtenderBase
This is the base class for all extenders that add PriceList fields to their base query. It handles all pricelist-related fields.
Derived classes should simply implement
the method to join a PriceListTableInfo to the .
Inheritance
PriceListExtenderBase
Assembly: SoDataBase.dll
Syntax
public abstract class PriceListExtenderBase : TableExtenderBase<PriceListTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
PriceListExtenderBase()
Declaration
protected PriceListExtenderBase()
Fields
_colCurrency
Declaration
protected ArchiveColumnInfo _colCurrency
Field Value
_colDescription
Declaration
protected ArchiveColumnInfo _colDescription
Field Value
_colERPPriceListKey
Declaration
protected ArchiveColumnInfo _colERPPriceListKey
Field Value
_colIsActive
Declaration
protected ArchiveColumnInfo _colIsActive
Field Value
_colIsERPCopy
Declaration
protected ArchiveColumnInfo _colIsERPCopy
Field Value
_colName
Declaration
protected ArchiveColumnInfo _colName
Field Value
_colPriceListId
Declaration
protected ArchiveColumnInfo _colPriceListId
Field Value
_colQuoteConnection
Declaration
protected ArchiveColumnInfo _colQuoteConnection
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
_colValidFrom
Declaration
protected ArchiveColumnInfo _colValidFrom
Field Value
_colValidTo
Declaration
protected ArchiveColumnInfo _colValidTo
Field Value
ColumnName
Declaration
public const string ColumnName = "name"
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.PriceListTableInfo>.InnerModifyQuery()
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Overrides
SuperOffice.CRM.ArchiveLists.TableExtenderBase<SuperOffice.CRM.Data.PriceListTableInfo>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)