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
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class PriceListExtenderBase : TableExtenderBase<PriceListTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
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
Declaration
protected PriceListExtenderBase()
Fields
_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
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
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
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
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
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
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
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
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
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
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
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
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
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
Declaration
protected ArchiveColumnInfo _colValidTo
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
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
Declaration
public const string ColumnName = "name"
Field Value
Type | Description |
---|---|
String |
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)
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
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |