Class SaleHistoryProvider
Sale histories. Contains all changes to the sale records over time.
Inheritance
SaleHistoryProvider
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("SaleHistory", 1073741823)]
public class SaleHistoryProvider : TypedQueryProviderBase<ArchiveRow, SaleHistorySaleHistoryExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
SaleHistoryProvider()
Sale histories. Contains all changes to the sale records over time.
Declaration
public SaleHistoryProvider()
Fields
ProviderName
Sale histories. Contains all changes to the sale records over time.
Declaration
public const string ProviderName = "SaleHistory"
Field Value
Type | Description |
---|---|
string |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Override: If no-one in the subclass has set the link hint up to now, then do so, using the row entity name and primary key
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
PopulateRowFromReader(SoDataReader, ArchiveRow)
Sale histories. Contains all changes to the sale records over time.
Declaration
public override void PopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
PostProcessQuery()
Make sure that sale_id is in the return fields, otherwise history query breaks
Declaration
public override void PostProcessQuery()