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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public abstract class PriceListExtenderBase : TableExtenderBase<PriceListTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected PriceListExtenderBase()
Fields
ColumnName
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
public const string ColumnName = "name"
Field Value
Type | Description |
---|---|
string |
_colCurrency
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colCurrency
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colDescription
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colDescription
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colERPPriceListKey
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colERPPriceListKey
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colIsActive
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colIsActive
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colIsERPCopy
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colIsERPCopy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colName
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colPriceListId
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colPriceListId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colQuoteConnection
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colQuoteConnection
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRegisteredBy
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colRegisteredBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRegisteredDate
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colRegisteredDate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUpdatedBy
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colUpdatedBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUpdatedDate
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colUpdatedDate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colValidFrom
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colValidFrom
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colValidTo
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 ExtenderBase.SetJoin method to join a PriceListTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colValidTo
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
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
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 |